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
commit a173546c8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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