Skip to content

Commit

Permalink
Changing Log Level
Browse files Browse the repository at this point in the history
Leaving as info for temporary monitoring
  • Loading branch information
GoingOffRoading committed Jul 23, 2024
1 parent 2bc1adc commit eb015b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# create logger
logger = logging.getLogger('boilest_logs')
logger.setLevel(logging.DEBUG)
logger.setLevel(logging.INFO)

# create console handler and set level to debug
ch = logging.StreamHandler()
Expand Down

0 comments on commit eb015b5

Please sign in to comment.