kopia lustrzana https://github.com/micropython/micropython-lib
![]() Previously a child logger just uses the global default when unset. Modified to matches the CPython behavior of using the parent's level. Also implemented CPython's getEffectiveLevel() which provides a convenient way to implement this. In our version, we only ever have one parent (the root), so it only has to recurse one level. Also set the default level to WARNING to match CPython. Updated the examples to highlight the differences (but they now match). This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> |
||
---|---|---|
.. | ||
basic_example.py | ||
example_logging_1.py | ||
example_logging_2.py | ||
root_logger.py |