diff --git a/vouch/controllers/sign.py b/vouch/controllers/sign.py index f2fe52c..1fb955a 100644 --- a/vouch/controllers/sign.py +++ b/vouch/controllers/sign.py @@ -110,6 +110,7 @@ def post(self): pecan.response.status = e.response.status_code pecan.response.json = e.response.json() + LOG.info('Signing CSR response: %s', pecan.response) return pecan.response