debug: Add auto_discover_files entry log

This commit is contained in:
leex279
2025-08-22 23:34:25 +02:00
parent ce59921f81
commit 5daf85bae9

View File

@@ -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)