We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dfafd9 + 632fda0 commit 4912ac5Copy full SHA for 4912ac5
lite_bootstrap/instruments/logging_instrument.py
@@ -58,7 +58,7 @@ def __init__(
58
logging_buffer_capacity: int,
59
logging_flush_level: int,
60
logging_log_level: int,
61
- log_stream: typing.Any = None, # noqa: ANN401
+ log_stream: typing.Any = sys.stdout, # noqa: ANN401
62
**kwargs: typing.Any, # noqa: ANN401
63
) -> None:
64
super().__init__(*args, **kwargs)
0 commit comments