Skip to content

Commit

Permalink
Update src/prefect/server/services/loop_service.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris White <[email protected]>
  • Loading branch information
zzstoatzz and cicdw authored Jan 14, 2025
1 parent 096e059 commit 916cf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/server/services/loop_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async def stop(self, block: bool = True) -> None:
the service may still be running a final loop.
"""
self.logger.info(f"Stopping {self.name}...")
self.logger.debug(f"Stopping {self.name}...")
self._stop()

if block:
Expand Down

0 comments on commit 916cf54

Please sign in to comment.