We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1cc25 commit 58d6c6eCopy full SHA for 58d6c6e
jina/peapods/peas/__init__.py
@@ -352,9 +352,9 @@ def close(self) -> None:
352
terminated = False
353
if self.is_ready.is_set() and not self.is_shutdown.is_set():
354
try:
355
- self.logger.warning(f' Cancel runtime')
+ self.logger.debug(f' Cancel runtime')
356
self._cancel_runtime()
357
- self.logger.warning(f' Wait to shutdown')
+ self.logger.debug(f' Wait to shutdown')
358
if not self.is_shutdown.wait(timeout=self._timeout_ctrl):
359
self.terminate()
360
terminated = True
0 commit comments