Change logging domains
This commit is contained in:
@@ -26,7 +26,7 @@ from gajim.common import app
|
||||
KeyringItem = namedtuple('KeyringItem',
|
||||
'type keyid userid fingerprint')
|
||||
|
||||
log = logging.getLogger('gajim.plugin_system.openpgp.pgpme')
|
||||
log = logging.getLogger('gajim.p.openpgp.pgpme')
|
||||
|
||||
|
||||
class PGPContext():
|
||||
|
||||
@@ -24,7 +24,7 @@ from gajim.common import app
|
||||
|
||||
from openpgp.modules.util import DecryptionFailed
|
||||
|
||||
log = logging.getLogger('gajim.plugin_system.openpgp.pygnupg')
|
||||
log = logging.getLogger('gajim.p.openpgp.pygnupg')
|
||||
|
||||
KeyringItem = namedtuple('KeyringItem', 'jid keyid fingerprint')
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ from collections import namedtuple
|
||||
|
||||
from nbxmpp import JID
|
||||
|
||||
log = logging.getLogger('gajim.plugin_system.openpgp.sql')
|
||||
log = logging.getLogger('gajim.p.openpgp.sql')
|
||||
|
||||
TABLE_LAYOUT = '''
|
||||
CREATE TABLE contacts (
|
||||
|
||||
Reference in New Issue
Block a user