Skip to content

Commit

Permalink
Update src/prefect/cli/server.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 d66e2a1 commit 4b6c6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/cli/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ async def _run_services(
logger.info("Received cancellation, stopping services...")
for task, service in tasks:
task.cancel()
logger.info(f"Stopped service: {service.name}")
logger.debug(f"Stopped service: {service.name}")
await asyncio.gather(*(t for t, _ in tasks), return_exceptions=True)


Expand Down

0 comments on commit 4b6c6ae

Please sign in to comment.