forked from ungleich-public/cdist
Add more log.debug.
This commit is contained in:
parent
94e8f0b2b2
commit
376a031a95
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ class TriggerHttp(http.server.BaseHTTPRequestHandler):
|
|||
log.info("Dry run, skipping cdist execution")
|
||||
else:
|
||||
self.run_cdist(mode, host)
|
||||
log.debug("cdist run finished")
|
||||
else:
|
||||
log.info("Unsupported mode in path %s, ignoring", self.path)
|
||||
|
||||
|
|
Loading…
Reference in a new issue