summaryrefslogtreecommitdiff
path: root/api.py
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-22 18:10:47 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-22 18:10:47 +0300
commitb25fa26e008851b98d116ed1fb96c5e590af37c5 (patch)
tree01e3ef67421c2c9a9000d9284635f38557794afd /api.py
parentee666d20cee6371bee46e24a44412633bb0bfeea (diff)
downloadwmf-ci-arch-b25fa26e008851b98d116ed1fb96c5e590af37c5.tar.gz
Add: debug loggingliw/controller
Diffstat (limited to 'api.py')
-rwxr-xr-xapi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/api.py b/api.py
index bc61783..cca9ba2 100755
--- a/api.py
+++ b/api.py
@@ -336,6 +336,8 @@ class Deployer(API):
]
def _publish(self):
+ r = bottle.request
+ logging.debug('_publish called: %r %r', dict(r.headers), r.body)
spec = bottle.request.json
logging.info('Publishing: %r', spec)