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
Is your feature request related to a problem? Please describe.
I wanted to tune the email alerts, so that only 'WARNING', 'ERROR', 'FATAL' logs are sent per mail. I found no option in the examples and pyLogger page only points to the 'logtype' property which allows 'Application', 'System' or 'Security' only.
I tried to specify in the config.logger.kwargs.handlers.SMTP, but it wouldn't boot up then: "logtype" : "Security"
Describe the solution you'd like
I would like to specify the log level for each handler, so that I only receive real incident logs per mail, rather than a "successfully booted feature ABC" on boot.
Describe alternatives you've considered
Maybe we can filter logtypes? Not sure if logtype: 1001 refers to info logs on boot?
Great tool!
Thank you for all the work!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I wanted to tune the email alerts, so that only 'WARNING', 'ERROR', 'FATAL' logs are sent per mail. I found no option in the examples and pyLogger page only points to the 'logtype' property which allows 'Application', 'System' or 'Security' only.
I tried to specify in the config.logger.kwargs.handlers.SMTP, but it wouldn't boot up then:
"logtype" : "Security"
Describe the solution you'd like
I would like to specify the log level for each handler, so that I only receive real incident logs per mail, rather than a "successfully booted feature ABC" on boot.
Describe alternatives you've considered
Maybe we can filter logtypes? Not sure if logtype: 1001 refers to info logs on boot?
Great tool!
Thank you for all the work!
The text was updated successfully, but these errors were encountered: