mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
debug: Add auto_discover_files entry log
This commit is contained in:
@@ -141,6 +141,7 @@ class CrawlingService:
|
||||
Returns:
|
||||
Dictionary with discovered files categorized by type
|
||||
"""
|
||||
safe_logfire_info(f"🔥 DEBUG: auto_discover_files called with base_url: {base_url}")
|
||||
try:
|
||||
discovery_results = await self.file_discovery.discover_all_files(base_url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user