Skip to content

Commit

Permalink
Lower log severity level to remove Sentry noise (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySentry authored May 21, 2024
1 parent 7fe50b4 commit 62f64f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/commit/interactors/get_file_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async def get_file_from_service(self, commit, path):
return content.get("content").decode("utf-8")
# TODO raise this to the API so we can handle it.
except Exception:
log.exception(
log.info(
"GetFileContentInteractor - exception raised",
extra=dict(commitid=commit.commitid),
)
Expand Down

0 comments on commit 62f64f3

Please sign in to comment.