Skip Navigation
https:// github.com /metaperl/peps/blob/main/peps/pep-8106.rst

Python's standard logging API violates PEP-8 and this #PEP proposes to fix this. Feedback and criticism of all sort is welcome.

3
Jump
How do you make config data available to all classes?
  • You need traitlets yesterday. It comes with a logging attribute and has extensive support for configuration - via command-line, or config files or python oop.

    -1