From edd35dccea2c543234a26251ddff8f3bbcf2edb6 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 22 Jul 2025 19:32:21 +0900 Subject: [PATCH] Comment update for log class --- src/corelibs/logging_handling/log.py | 1 + 1 file changed, 1 insertion(+) 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):