Default log level should be INFO

pull/35/head
David Wilson 8 years ago
parent 9ed7934994
commit ad182bc128

@ -27,7 +27,7 @@ def log_to_tmp():
log_to_file(path='/tmp/econtext.%s.log' % (os.getpid(),))
def log_to_file(path=None, io=True, level=logging.DEBUG):
def log_to_file(path=None, io=True, level=logging.INFO):
"""Install a new :py:class:`logging.Handler` writing applications logs to
the filesystem. Useful when debugging slave IO problems."""
log = logging.getLogger('')

Loading…
Cancel
Save