don't do automatic activation of xmpplogger
This commit is contained in:
@ -30,4 +30,6 @@ class XmppLogHandler(logging.Handler):
|
||||
logging.getLogger().handlers.append(handler)
|
||||
|
||||
|
||||
XmppLogHandler.add(logging.ERROR)
|
||||
def enable():
|
||||
"""Enables the XmppLogHandler"""
|
||||
XmppLogHandler.add(logging.ERROR)
|
||||
|
Reference in New Issue
Block a user