Skip to content

Commit

Permalink
switch to debug logs only (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliya Smith committed Apr 22, 2021
1 parent c74fffd commit 41023e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py42/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, exception, message=None):
message = u"Failure in HTTP call {}. {}".format(
str(exception), response_content
)
debug.logger.error(message)
debug.logger.debug(message)

super(Py42HTTPError, self).__init__(exception.response, message)

Expand Down

0 comments on commit 41023e4

Please sign in to comment.