Merge pull request #993 from zachvalenta/add-loguru

add paragraph on loguru to logging section
This commit is contained in:
Marc Poulin
2019-04-02 12:18:18 -06:00
committed by GitHub
+2
View File
@@ -10,6 +10,8 @@ The :mod:`logging` module has been a part of Python's Standard Library since
version 2.3. It is succinctly described in :pep:`282`. The documentation
is notoriously hard to read, except for the `basic logging tutorial`_.
As an alternative, `loguru <https://github.com/Delgan/loguru>`_ provides an approach to logging nearly as simple as using a simple ``print`` statement.
Logging serves two purposes:
- **Diagnostic logging** records events related to the application's