mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Set default log level in the *-manage utilities to ERROR and not NOTSET
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user