Comment update for log class

This commit is contained in:
Clemens Schwaighofer
2025-07-22 19:32:21 +09:00
parent ea527ea60c
commit edd35dccea

View File

@@ -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):