logger update: assign color for TRACE level

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2024-03-14 17:30:31 -05:00
committed by Karl W. Schulz
parent 69af2ffc83
commit 3438bc9d0f
+1
View File
@@ -38,6 +38,7 @@ COLORS = {
"DEBUG": BLUE,
"CRITICAL": YELLOW,
"ERROR": RED,
"TRACE": MAGENTA,
}