3rd iteration of logging cleanup.

This commit is contained in:
Darko Poljak 2017-06-29 09:22:59 +02:00 committed by Steven Armstrong
commit a722f3c634
9 changed files with 15 additions and 14 deletions

View file

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