{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"},{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/4"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"},{"label":"System","url":"https://skillfed.io/packages/category/system"},{"label":"Systems Administration","url":"https://skillfed.io/packages/category/system-systems-administration"},{"label":"Terminals","url":"https://skillfed.io/packages/category/terminals"},{"label":"Logging","url":"https://skillfed.io/packages/category/system-logging"}],"enrichment":{"capability":"Adds four custom logging levels (NOTICE, SPAM, SUCCESS, VERBOSE) to Python's standard logging module, filling gaps between the predefined levels.","skillfed_tags":["logging","abandoned"],"use_cases":["Add a VERBOSE level between INFO and DEBUG for high-level debugging output that experienced users can understand without deep system knowledge.","Use NOTICE for auditing information about operations with multiple success paths that may need to be reverted.","Use SPAM for extremely detailed instrumentation during late-night debugging sessions when maximum verbosity is needed.","Use SUCCESS as an explicit confirmation marker for operations that completed successfully, distinct from routine INFO messages.","Implement multi-level verbosity in CLI tools where -v, -vv, -vvv flags map to NOTICE, VERBOSE, and DEBUG levels."],"what_it_does":"verboselogs extends Python's logging module with four additional log levels that sit between the standard predefined levels. NOTICE sits between WARNING and INFO, VERBOSE sits between INFO and DEBUG, SPAM sits below DEBUG, and SUCCESS sits between WARNING and ERROR. The package provides a VerboseLogger class that you can instantiate directly or install globally to make all subsequent loggers support these new levels, plus a Pylint plugin to suppress false positives when using the extended levels.\n\nThe package is straightforward: it adds no runtime dependencies and installs with low friction. However, it has been abandoned since 2017 with no updates, so it receives no maintenance, security patches, or compatibility updates for newer Python versions. It was last tested on Python 2.6, 2.7, 3.4, 3.5, and 3.6, so compatibility with modern Python versions is unverified.","worth_installing":"Yes, if you need custom logging levels and accept the maintenance risk. The package is simple, dependency-free, and works for its stated purpose on supported Python versions. However, the gap since the last release means no updates for modern Python versions, no security patches, and no bug fixes. Use it only if you're on Python 3.6 or earlier, or if you can accept potential incompatibilities with future Python releases."},"id":"verboselogs","links":{"html":"https://skillfed.io/packages/verboselogs","md":"https://skillfed.io/packages/verboselogs.md","pypi":"https://pypi.org/project/verboselogs/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2017-08-07","license_spdx":null,"license_treatment":"permissive","name":"verboselogs","python_support":"unspecified","summary":"Verbose logging level for Python's logging module"},"popularity":{"monthly_downloads":795791,"position":5034,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.7"}
