You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I have considered using multistructlog. I looked at its source code, and it's very similar to my current structlog config. It doesn't seem to have any way to give a timestamp for one ProcessorFormatter but not the other.
I want structlog messages and stdlib logging to go to stdout and json file. I want timestamps in json file, but not in stdout.
Currently I have to do this (based on this part of the docs):
Would be nice if I could provide a chain instead of just one
processor
:The text was updated successfully, but these errors were encountered: