Add a color for audit messages
This commit is contained in:
parent
a849d7b257
commit
a238409def
@ -23,6 +23,7 @@ COLOR_MAP = {
|
||||
logging.WARNING: 'yellow',
|
||||
logging.ERROR: 'red',
|
||||
logging.CRITICAL: 'red',
|
||||
logging.AUDIT: 'green',
|
||||
}
|
||||
|
||||
COLOR_ATTRS = {
|
||||
|
Loading…
Reference in New Issue
Block a user