Add timestamped logging to all console output
- Created logging_utils.py with log_message() function that prefixes all output with date, time, and process name - Replaced all print() statements with log_message() calls across the entire codebase - Fixed circular import issues by separating logging from utils.py - All console output now follows format: [YYYY-MM-DD HH:MM:SS] [process_name] message This improves debugging and monitoring by providing clear timestamps and process identification for all log messages.
Showing
replace_prints.py
0 → 100644
This diff is collapsed.
This diff is collapsed.
vidai/logging_utils.py
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment