mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Server Upgrade: use debug log level for upgrade instead of info
Upgrade contains too many unnecessary info logs. Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
committed by
Jan Cholasta
parent
66ea322e7e
commit
884afb5d38
@@ -152,7 +152,7 @@ class update_idrange_baserid(Updater):
|
||||
for entry in entries:
|
||||
entry['ipabaserid'] = 0
|
||||
try:
|
||||
root_logger.info("Updating existing idrange: %s" % (entry.dn))
|
||||
root_logger.debug("Updating existing idrange: %s" % (entry.dn))
|
||||
ldap.update_entry(entry)
|
||||
root_logger.info("Done")
|
||||
except (errors.EmptyModlist, errors.NotFound):
|
||||
|
||||
Reference in New Issue
Block a user