diff --git a/core/commands/commit/interactors/get_file_content.py b/core/commands/commit/interactors/get_file_content.py index 30300b3728..d8d3a8a105 100644 --- a/core/commands/commit/interactors/get_file_content.py +++ b/core/commands/commit/interactors/get_file_content.py @@ -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), )