Skip to main content

('Set logger with logging/colorlog automatically',)

Project description

Modlog

Get module logger with environment variables

Build Status

Environment variables

modlog using environment variables

If module name: a.b.c, the environment variable is:

  • {A}_LOG_LEVEL

values are compatible with logging module, following values are supported:

  • notset
  • debug
  • info
  • warning
  • error
  • critical
{
        50: 'CRITICAL', 
        40: 'ERROR', 
        30: 'WARNING', 
        20: 'INFO', 
        10: 'DEBUG', 
        0: 'NOTSET'
}

Example

import modlog

logger = modlog.getLogger(__name__) # This will read environment variables and set logger level

logger.info("a")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

modlog-0.0.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

modlog-0.0.2-py2.py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page