summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/api.py b/api.py
index 401ea6f..6fdf446 100755
--- a/api.py
+++ b/api.py
@@ -458,6 +458,7 @@ class Controller(API):
def _webhook(self):
r = bottle.request
+ logging.debug('_webhook called: headers: %r', dict(r.headers))
obj = r.body.json
logging.debug(
'_webhook called: project_name=%s job_id=%s job_status=%s',