Custom Logging #1250
PhoenixNazarov
started this conversation in
Ideas
Custom Logging
#1250
Replies: 1 comment
-
@PhoenixNazarov I'll change logging behavior in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add my own handlers to your loggers.
To do this I want to be able to add a handler to the
faststream
logger andfaststream.access
In the log/logging.py package you can see that
And if I want to do some that in my code:
This won't work, because of the line
logging.config.dictConfig(LOGGING_CONFIG)
All I can do is override
logger
andaccess_logger
inlog/logging.py
Beta Was this translation helpful? Give feedback.
All reactions