Commit 13182d61 authored by Julien Muchembled's avatar Julien Muchembled

Increase severity of remote logging to flush logs

parent bf2c5aee
......@@ -151,7 +151,7 @@ class EventHandler(object):
pass
def notify(self, conn, message):
logging.info('notification from %r: %s', conn, message)
logging.warning('notification from %r: %s', conn, message)
def closeClient(self, conn):
conn.server = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment