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
I see you use logging library already. It would be nice, if the user could add additional logging.Formatter or logging.Handler (e.g. FileHandler with custom path and level, SMTPHandler).
Config file could consist of
import (or can this be determined based from handlerType automatically?)
handlerType, handlerArgs for constructor
level
format string
The text was updated successfully, but these errors were encountered:
I see you use
logging
library already. It would be nice, if the user could add additionallogging.Formatter
orlogging.Handler
(e.g.FileHandler
with custom path and level,SMTPHandler
).Config file could consist of
import
(or can this be determined based fromhandlerType
automatically?)handlerType
,handlerArgs
for constructorlevel
format
stringThe text was updated successfully, but these errors were encountered: