We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7ea18 commit 88f12d9Copy full SHA for 88f12d9
src/rockingester_lib/collectors/context.py
@@ -75,13 +75,11 @@ async def aexit(self) -> None:
75
if self.server is not None:
76
if self.context_specification.get("start_as") == "process":
77
logger.info(
78
- "[NEWSHUT] in context exit, sending shutdown to client process"
+ "[DISSHU] in context exit, sending shutdown to client process"
79
)
80
# Put in request to shutdown the server.
81
await self.server.client_shutdown()
82
- logger.info(
83
- "[NEWSHUT] in context exit, sent shutdown to client process"
84
- )
+ logger.info("[DISSHU] in context exit, sent shutdown to client process")
85
86
if self.context_specification.get("start_as") == "coro":
87
await self.server.direct_shutdown()
0 commit comments