X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fconfig.py;h=5948974f101c4ef647612f121fb3c6c69cd34af6;hp=cba24d19399a5b854de62365af22f680307e17c3;hb=b90995fb4b6d8151df862d40edc8c369d7052cfa;hpb=36d7ce5bbe3aa078ae9777b5d2008e55b240d520 diff --git a/hooke/config.py b/hooke/config.py index cba24d1..5948974 100644 --- a/hooke/config.py +++ b/hooke/config.py @@ -106,7 +106,7 @@ DEFAULT_SETTINGS = [ Setting('logger_hooke', 'qualname', 'hooke'), Setting('handler_hand1', help='Configure the default log handler, see\nhttp://docs.python.org/library/logging.html#configuration-file-format', wrap=False), Setting('handler_hand1', 'class', 'StreamHandler'), - Setting('handler_hand1', 'level', 'WARN'), #NOTSET'), + Setting('handler_hand1', 'level', 'WARN'), Setting('handler_hand1', 'formatter', 'form1'), Setting('handler_hand1', 'args', '(sys.stderr,)'), Setting('formatter_form1', help='Configure the default log formatter, see\nhttp://docs.python.org/library/logging.html#configuration-file-format', wrap=False),