From c6b840f936bbd3c6bce4b8a9f2921c2c18e2e2ec Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 23 Jul 2019 18:54:51 +0300 Subject: Add: debug logging --- api.py | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.1