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.
1 parent 5639e7c commit 6049b1cCopy full SHA for 6049b1c
docs/FAQ.md
@@ -363,7 +363,7 @@ sequenceDiagram
363
> will be first and still be-able to intercept the module's `logging.LogRecords` just as it
364
> normally would.
365
366
-```
+```python3
367
import logging
368
multicast_logging_sink = logging.getLogger()
369
multicast_logging_sink.setLevel(logging.INFO) # optional, otherwise the module is very quiet
0 commit comments