From 376a031a951c497051795009610d15be162e30c5 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Mon, 31 Oct 2016 08:07:09 +0100 Subject: [PATCH] Add more log.debug. --- cdist/trigger.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cdist/trigger.py b/cdist/trigger.py index 3bed1a6f..d7cb3308 100644 --- a/cdist/trigger.py +++ b/cdist/trigger.py @@ -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)