diff --git a/app/core/ingestion/ingestion_processor.py b/app/core/ingestion/ingestion_processor.py index 5d3ed9d..1c4263d 100644 --- a/app/core/ingestion/ingestion_processor.py +++ b/app/core/ingestion/ingestion_processor.py @@ -263,7 +263,7 @@ class IngestionService: if not note_id: return {**result, "status": "error", "error": "missing_id"} - logger.info(f"📄 Bearbeite: '{note_id}'") + logger.info(f"📄 Bearbeite: '{note_id}' | Pfad: {normalized_file_path} | Title: {note_pl.get('title', 'N/A')}") # WP-24c v4.5.9: Strikte Change Detection (Hash-basierte Inhaltsprüfung) # Prüft Hash VOR der Verarbeitung, um redundante Ingestion zu vermeiden