Skip to content

Commit

Permalink
Log lamadava responses in INFO
Browse files Browse the repository at this point in the history
Let's have them always handy, we are not logging debug.
  • Loading branch information
mariocj89 committed Feb 20, 2024
1 parent 588b352 commit c6bc261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eas/api/instagram/lamadava.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def fetch_comments(media_pk): # pragma: no cover
)
if not response.ok:
LOG.error("Failed lamadava request! %s", response.text)
LOG.debug("Lamadava response: %s", response)
LOG.info("Lamadava response: %s", response)
response.raise_for_status()
return response.json()

0 comments on commit c6bc261

Please sign in to comment.