Добавлена обработка уведомлений через ручку
This commit is contained in:
@@ -21,7 +21,7 @@ def configure_logging(
|
||||
foreign_pre_chain=list(_shared_processors()),
|
||||
processors=[
|
||||
structlog.stdlib.ProcessorFormatter.remove_processors_meta,
|
||||
structlog.processors.JSONRenderer(sort_keys=True),
|
||||
structlog.processors.JSONRenderer(sort_keys=True, ensure_ascii=False),
|
||||
],
|
||||
)
|
||||
handler = logging.StreamHandler(resolved_stream)
|
||||
|
||||
Reference in New Issue
Block a user