-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Problem
ingestion_engine.py uses print() calls in some places. Should use structured JSON logging with run_id for traceability.
Proposed Solution
- Replace all
print()with structured logging (existinglogging_config.pypattern) - Add
run_idto all log entries - JSON structured output parseable by standard tools
Acceptance Criteria
- No
print()calls remain iningestion_engine.py - JSON structured logging configured
-
run_idincluded in all log entries - Log output is parseable by standard JSON tools
Migrated from backlog/TASK-002.yaml
Reactions are currently unavailable