summaryrefslogtreecommitdiffstats
path: root/make-lint
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2012-12-18 06:24:04 -0500
committerRob Crittenden <rcritten@redhat.com>2013-02-01 13:44:55 -0500
commit55cfd06e3a9cb730220836b07207f4e650de3a03 (patch)
tree654514235abbf5b44f56b1046074a3f2d01dc179 /make-lint
parent86dde3a38e801bb88a7d573a2a37ce7201e29e0f (diff)
downloadfreeipa.git-55cfd06e3a9cb730220836b07207f4e650de3a03.tar.gz
freeipa.git-55cfd06e3a9cb730220836b07207f4e650de3a03.tar.xz
freeipa.git-55cfd06e3a9cb730220836b07207f4e650de3a03.zip
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
Diffstat (limited to 'make-lint')
-rwxr-xr-xmake-lint1
1 files changed, 0 insertions, 1 deletions
diff --git a/make-lint b/make-lint
index 5c5a7112..1b274b17 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': ['*'],