Verbose logging level for Python's logging module
https://verboselogs.readthedocs.io
The verboselogs_ package extends Python's logging_ module to add the log levels
VERBOSE_, NOTICE_, and SPAM_:
- The VERBOSE level sits between the predefined INFO and DEBUG levels.
- The NOTICE level sits between the predefined WARNING and INFO levels.
- The SPAM level sits between the predefined DEBUG and NOTSET levels.
The code to do this is simple and short, but I still don't want to copy/paste
it to every project I'm working on, hence this package. It's currently tested
on Python 2.6, 2.7, 3.4, 3.5 and PyPy.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:FactoryCandidates/python-verboselogs && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-verboselogs.changes | 0000001915 1.87 KB | |
python-verboselogs.spec | 0000002411 2.35 KB | |
verboselogs-1.7.tar.gz | 0000010338 10.1 KB | |
verboselogs-pylint2.patch | 0000000461 461 Bytes |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1149667
from
Steve Kowalik (StevenK)
(revision 8)
- Switch to autosetup and pyproject macros.
Comments 0