First iteration of logging cleanup.

This commit is contained in:
Darko Poljak 2017-06-28 23:36:42 +02:00 committed by Steven Armstrong
commit 248656b81f
8 changed files with 49 additions and 49 deletions

View file

@ -44,8 +44,8 @@ def commandline():
if retval:
log.warning(retval)
log.debug(args)
log.info("version %s" % cdist.VERSION)
log.trace(args)
log.verbose("version %s" % cdist.VERSION)
# Work around python 3.3 bug:
# http://bugs.python.org/issue16308