-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(logging): Improve logging and console output handling
- Remove stdout/stderr redirection from batch file to preserve tqdm progress bars - Add proper logging configuration with both file and console output - Configure icecream debug output to use logging system - Replace print statements with logging.info() calls - Add RotatingFileHandler to prevent large log files - Maintain both console visibility and log file recording The changes allow real-time progress visibility while still capturing all output in log files. tqdm progress bars now display correctly in the console while maintaining a clean log file format. Signed-off-by: Matt Young <[email protected]>
- Loading branch information
1 parent
1d8aac5
commit 17e5201
Showing
1 changed file
with
10 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters