]> Frank Brehm's Git Trees - pixelpark/puppetmaster-webhooks.git/commitdiff
Changing logging output
authorFrank Brehm <frank.brehm@pixelpark.com>
Mon, 29 Apr 2019 15:21:44 +0000 (17:21 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Mon, 29 Apr 2019 15:21:44 +0000 (17:21 +0200)
lib/webhooks/deploy.py

index 661bcd21b04353e86c22d4ceb8d07d7ad3f87e30..cea6b478aad177971034d089a3158a587d4e12b3 100644 (file)
@@ -275,7 +275,7 @@ class WebhookDeployApp(BaseHookApp):
             os.chdir(workdir)
 
             xlate_script = pathlib.Path('compile-xlate-msgs.sh')
-            LOG.info(_("Trying to execute {s!r} in directory {d!r} ...").format(
+            LOG.debug(_("Trying to execute {s!r} in directory {d!r} ...").format(
                 s=str(xlate_script), d=str(workdir)))
             if not xlate_script.exists():
                 if self.verbose > 2: