diff --git a/polling/frequent/activities.py b/polling/frequent/activities.py index b8386f7b..c254fc33 100644 --- a/polling/frequent/activities.py +++ b/polling/frequent/activities.py @@ -24,7 +24,7 @@ async def compose_greeting(input: ComposeGreetingInput) -> str: return result except Exception as e: # swallow exception since service is down - activity.logger.error(e) + activity.logger.debug("Failed, trying again shortly", exc_info=True) activity.heartbeat("Invoking activity") await asyncio.sleep(1)