Skip to content

Commit

Permalink
Merge pull request #38 from glaciation-heu/HHT-1417-integration-testi…
Browse files Browse the repository at this point in the history
…ng-fixes

HHT-1417: warning instead of error
  • Loading branch information
ktatarnikovhiro authored Oct 15, 2024
2 parents 724b396 + cc23488 commit 0d781c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/k8s_updates/k8s_update_pool_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def run(self) -> None:
try:
await self.subscribe_internal()
except Exception as e:
logger.error(
logger.warning(
"exception while watching events: {exception_type} {exception}",
exception_type=type(e),
exception=str(e),
Expand Down

0 comments on commit 0d781c6

Please sign in to comment.