verbose -> info
This commit is contained in:
parent
dd48c82656
commit
e0a4fc4ea7
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ class Config(object):
|
|||
self.code.transfer_code_remote(cdist_object)
|
||||
self.code.run_code_remote(cdist_object)
|
||||
else:
|
||||
self.log.verbose("Skipping code execution due to DRY RUN")
|
||||
self.log.info("Skipping code execution due to DRY RUN")
|
||||
|
||||
# Mark this object as done
|
||||
self.log.trace("Finishing run of " + cdist_object.name)
|
||||
|
|
Loading…
Reference in a new issue