summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapi.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/api.py b/api.py
index 5473068..0fcb26a 100755
--- a/api.py
+++ b/api.py
@@ -459,11 +459,7 @@ class Controller(API):
def _webhook(self):
r = bottle.request
obj = r.json
- logging.debug(
- '_webhook called: project_name=%s job_id=%s job_status=%s',
- obj.get('project_name'),
- obj.get('job_id'),
- obj.get('job_status'))
+ logging.debug('_webhook called: %r', obj)
def runcmd(cwd, argv, timeout):