diff --git a/push.py b/push.py index 7e4dcda..64dacdb 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.info(response.content) + logging.error(response.content) response.raise_for_status() except Exception as e: logging.error(f'Error: {str(e)}')