Skip to content
Snippets Groups Projects
Commit 8674d780 authored by Matt Traudt's avatar Matt Traudt
Browse files

Indeed, handlers don't necessarily need log levels

parent 59e4d88a
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,6 @@ datefmt = %b %d %H:%M:%S
[handler_sbwsfile]
class = handlers.RotatingFileHandler
formatter = sbwssys
# when not using level, it seems to be using the one passed as cli arg,
# which is the desired behaviour
# There doesn't seem to be a way to put ${paths:log_filepath} here since the
# logging library eval()s this, which doesn't give the ini parsing library a
# chance to replace the text. So we do it in configure_logging() in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment