You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
451 B
28 lines
451 B
[loggers]
|
|
keys = root, thresholdlookupCommand
|
|
|
|
[logger_root]
|
|
level = WARNING
|
|
handlers = stderr
|
|
|
|
[logger_thresholdlookupCommand]
|
|
qualname = thresholdlookupCommand
|
|
level = INFO
|
|
handlers = stderr
|
|
propagate = 0
|
|
|
|
[handlers]
|
|
keys=stderr
|
|
|
|
[handler_stderr]
|
|
class = logging.StreamHandler
|
|
level = NOTSET
|
|
args = (sys.stderr,)
|
|
formatter = search_command
|
|
|
|
[formatters]
|
|
keys = search_command
|
|
|
|
[formatter_search_command]
|
|
format=%(levelname)s:%(module)s: %(message)s
|