Fix: replace stdout prints with debug logging (#25931)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
-LAN-
2025-09-18 21:03:20 +08:00
committed by GitHub
parent aa69d90489
commit a173546c8d
4 changed files with 10 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ _logger = logging.getLogger(__name__)
def _log(message: str):
print(message, flush=True)
_logger.debug(message)
# grpc gevent