Set default log level in the *-manage utilities to ERROR and not NOTSET

This commit is contained in:
Rob Crittenden
2010-02-03 16:16:46 -05:00
parent a2891afb5d
commit ea6dfc30fa
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ def get_dirman_password():
def main():
retval = 0
loglevel = logging.NOTSET
loglevel = logging.ERROR
files=['/usr/share/ipa/schema_compat.uldif']
options, args = parse_options()

View File

@@ -78,7 +78,7 @@ def get_nis_config(conn):
def main():
retval = 0
loglevel = logging.NOTSET
loglevel = logging.ERROR
files=['/usr/share/ipa/nis.uldif']
servicemsg = ""