diff --git a/push.py b/push.py index 9149f02..8275548 100755 --- a/push.py +++ b/push.py @@ -135,7 +135,7 @@ def alkira_post(session, uri, body): try: response = session.post(url, data=json.dumps(body), headers=headers) if response.status_code == 400: - logging.debug(response.content) + logging.info(response.content) response.raise_for_status() except Exception as e: logging.error(f'Error: {str(e)}')