Skip to content

Commit

Permalink
moar better log
Browse files Browse the repository at this point in the history
  • Loading branch information
mnichols committed Jun 7, 2024
1 parent a628a38 commit 65d30a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polling/frequent/activities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 65d30a3

Please sign in to comment.