News

An example for setting up logging using Python's StdLib. If you run python3 simple_example.py as it is, you will get the following output: INFO:root:This is the logger configured by ...
Skip to content Navigation Menu Toggle navigation ...
As an example, logging.getLogger("parent.child") will ... It will create channels and hierarchies based on the project structure, as Python modules are concatenated with dots.