Skip to content

Commit

Permalink
debug message tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 16, 2024
1 parent 8c4384a commit 7710659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tooling/logger_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def format(self, record):

# Define custom formats for each severity level
level_formats = {
logging.DEBUG: '%(levelname)s:\t %(funcName)s %(message)s',
logging.DEBUG: '%(levelname)s:\t %(asctime)s %(module)s %(funcName)s %(message)s',
logging.INFO: '%(levelname)s:\t %(message)s',
logging.WARNING: '%(levelname)s:\t %(message)s',
logging.ERROR: '%(levelname)s:\t %(message)s',
Expand Down

0 comments on commit 7710659

Please sign in to comment.