Metadata-Version: 2.1
Name: logging42
Version: 0.0.4rc1
Summary: A configuration of the loguru logger
Home-page: https://bitbucket.org/dkistdc/logging_config/src/master/
Author: NSO / AURA
Author-email: "swiant@nso.edu"
License: MIT
Description: logging42
        =========
        
        A configuration for the loguru (https://github.com/Delgan/loguru) logger.
        
        It is important that it be the first import to run so the standard logging basicConfig method has an effect.
        
        Features
        --------
        
        - Stderr output
        
        - intercepted logging from client libraries
        
        - Disabled better exceptions for log levels above debug to mitigate secret leaking
        
        - Configuration retriever which safely logs retrieved values
        
        Installation
        ------------
        
        .. code:: bash
        
           pip install logging42
        
        
        Examples
        --------
        
        **main.py**
        
        .. code:: python
        
            from logging42 import logger
        
            logger.debug('hello world)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Provides-Extra: test
