diff --git a/src/corelibs/logging_handling/log.py b/src/corelibs/logging_handling/log.py index d37cc67..3b16675 100644 --- a/src/corelibs/logging_handling/log.py +++ b/src/corelibs/logging_handling/log.py @@ -76,6 +76,7 @@ class CustomConsoleFormatter(logging.Formatter): # TODO: add custom handlers for stack_trace, if not set fill with %(filename)s:%(funcName)s:%(lineno)d # hasattr(record, 'stack_trace') +# also for something like "context" where we add an array of anything to a message class CustomHandlerFilter(logging.Filter):