From 55cfd06e3a9cb730220836b07207f4e650de3a03 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 18 Dec 2012 06:24:04 -0500 Subject: Better logging for AdminTool and ipa-ldap-updater - Automatically add a "Logging and output options" group with the --quiet, --verbose, --log-file options. - Set up logging based on these options; details are in the setup_logging docstring and in the design document. - Don't bind log methods as individual methods of the class. This means one less linter exception. - Make the help for command line options consistent with optparse's --help and --version options. Design document: http://freeipa.org/page/V3/Logging_and_output --- make-lint | 1 - 1 file changed, 1 deletion(-) (limited to 'make-lint') diff --git a/make-lint b/make-lint index 5c5a7112d..1b274b173 100755 --- a/make-lint +++ b/make-lint @@ -59,7 +59,6 @@ class IPATypeChecker(TypeChecker): 'urlparse.ParseResult': ['params'], # IPA classes - 'ipapython.admintool.AdminTool': LOGGING_ATTRS, 'ipalib.base.NameSpace': ['add', 'mod', 'del', 'show', 'find'], 'ipalib.cli.Collector': ['__options'], 'ipalib.config.Env': ['*'], -- cgit