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
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Thanks for the great library!
I was setting up a custom JSON formatter for logging a specific json message (using a custom json default), however this was stymied through
Description
Thanks for the great library!
I was setting up a custom JSON formatter for logging a specific json message (using a custom json default), however this was stymied through
logzero/logzero/__init__.py
Line 139 in bc19173
Is this intended behaviour (happy to override the formatter in the handler after creating?
Otherwise would suggest checking if
isinstance(formatter, JsonFormatter)
?The text was updated successfully, but these errors were encountered: