Skip to content

Commit

Permalink
Revert "decrease logging level to warning"
Browse files Browse the repository at this point in the history
This reverts commit 55e0a26.
  • Loading branch information
hanhou committed Dec 16, 2023
1 parent 55e0a26 commit c7044d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/aind_auto_train/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import logging

logging.basicConfig(level=logging.WARNING,
logging.basicConfig(level=logging.INFO,
format='%(asctime)s | %(levelname)s | %(name)s | %(message)s',
datefmt='%Y-%m-%d %H:%M:%S',
handlers=[logging.FileHandler('debug_auto_train_manager.log'),
Expand Down

0 comments on commit c7044d3

Please sign in to comment.