Skip to content

Commit

Permalink
logger update: assign color for TRACE level
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
  • Loading branch information
koomie committed Mar 14, 2024
1 parent 69af2ff commit 3438bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"DEBUG": BLUE,
"CRITICAL": YELLOW,
"ERROR": RED,
"TRACE": MAGENTA,
}


Expand Down

0 comments on commit 3438bc9

Please sign in to comment.