First iteration of logging cleanup.
This commit is contained in:
parent
c63ab44c9c
commit
248656b81f
8 changed files with 49 additions and 49 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue