Commit Diff
--- push.py +++ 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)}')