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 0def7b6 commit 096e059
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 @@ -70,7 +70,7 @@ async def _on_stop(self) -> None:
Called after running the service
"""
self._is_running = False
self.logger.info(f"Stopped {self.name}")
self.logger.debug(f"Stopped {self.name}")

@overload
async def start(self, loops: None = None) -> NoReturn:
Expand Down

0 comments on commit 096e059

Please sign in to comment.