Commit 7a92c720 authored by Patrick Gerken's avatar Patrick Gerken

(fix) Update log patcher

The unimportant events have changed names.
parent 68a17957
......@@ -26,8 +26,7 @@ def patchAsyncoreLogger():
LOG = getLogger('ZServer')
def log_info(self, message, type='info'):
if message[:14]=='adding channel' or \
message[:15]=='closing channel' or \
if message[:44]=='uncaptured python exception, closing channel' or \
message == 'Computing default hostname':
LOG.debug(message)
else:
......
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