Skip to content

Commit 352e743

Browse files
committed
feat: Changing log level and ensuring commit name is right
1 parent 787bfcd commit 352e743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def _init_logger(self, location):
2222
formatter = logging.Formatter('%(asctime)s %(levelname)s: %(message)s',
2323
datefmt='%m/%d/%Y %I:%M:%S %p')
2424

25-
console_handler.setLevel(logging.DEBUG)
25+
console_handler.setLevel(logging.INFO)
2626
console_handler.setFormatter(formatter)
2727
file_handler.setLevel(logging.ERROR)
2828
file_handler.setFormatter(formatter)

0 commit comments

Comments
 (0)