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:
parent
aa69d90489
commit
a173546c8d
4 changed files with 10 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ _logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
def _log(message: str):
|
||||
print(message, flush=True)
|
||||
_logger.debug(message)
|
||||
|
||||
|
||||
# grpc gevent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue