Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 16, 2024
1 parent 6877e17 commit b19d4c2
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 @@ -30,7 +30,7 @@ class ANSIColors:

# Define custom formats for each severity level
level_formats = {
logging.DEBUG: ANSIColors.green + '%(levelname)s:' + ANSIColors.white + '\t %(asctime)s %(module)s' + ANSIColors.reset + ' %(message)s',
logging.DEBUG: ANSIColors.green + '%(levelname)s:' + ANSIColors.white + '\t %(asctime)s %(module)s' + ANSIColors.green + ' %(message)s' + ANSIColors.reset,
logging.INFO: ANSIColors.cyan + '%(levelname)s:' + ANSIColors.reset + '\t %(message)s',
logging.WARNING: ANSIColors.yellow + '%(levelname)s:' + ANSIColors.reset + '\t %(message)s',
logging.ERROR: ANSIColors.red + '%(levelname)s:' + ANSIColors.reset + '\t %(message)s',
Expand Down

0 comments on commit b19d4c2

Please sign in to comment.