DNSSEC: Log debug messages at log level DEBUG

https://fedorahosted.org/freeipa/ticket/5348

Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
Petr Spacek 2015-11-24 12:49:16 +01:00 committed by Martin Basti
parent fe263f764b
commit ae2462738b

View File

@ -306,7 +306,7 @@ def ldap2master_replica_keys_sync(log, ldapkeydb, localhsm):
log.info("new replica keys in LDAP: %s", hex_set(new_replica_keys))
for key_id in new_replica_keys:
new_key_ldap = ldapkeydb.replica_pubkeys_wrap[key_id]
log.error('label=%s, id=%s, data=%s',
log.debug('label=%s, id=%s, data=%s',
new_key_ldap['ipk11label'],
hexlify(new_key_ldap['ipk11id']),
hexlify(new_key_ldap['ipapublickey']))