[omemo] Change logging domain

This commit is contained in:
Philipp Hörist
2019-03-10 10:11:03 +01:00
parent 424a770377
commit 237f50cfb5
5 changed files with 5 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ PROTOBUF_MISSING = "OMEMO can't import Google Protobuf, you can find help in " \
ERROR_MSG = ''
log = logging.getLogger('gajim.plugin_system.omemo')
log = logging.getLogger('gajim.p.omemo')
if log.getEffectiveLevel() == logging.DEBUG:
log_axolotl = logging.getLogger('axolotl')
log_axolotl.setLevel(logging.DEBUG)