Common: Add colorized log formatter
New log formatter that color the output depending on the log level of the message. The default palette handles: INFO, SUCCESS, ERROR, DEBUG and CRITICAL. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -193,6 +193,7 @@ class CommonApp(MayanAppConfig):
|
||||
'disable_existing_loggers': False,
|
||||
'formatters': {
|
||||
'intermediate': {
|
||||
'()': 'mayan.apps.common.log.ColorFormatter',
|
||||
'format': '%(name)s <%(process)d> [%(levelname)s] "%(funcName)s() line %(lineno)d %(message)s"',
|
||||
},
|
||||
'logfile': {
|
||||
|
||||
Reference in New Issue
Block a user