Skip to main content

A module to use for console and stackdriver logging

Project description

Logging library for Python using Stackdriver

Reference for good logging

here Check out 'Write logging records everywhere with a proper level' section

To use logging:

  1. Copy logging.yaml and stackdriver.py into the project you want to use
  2. In order to import the logger, 'from stackdriver import stackdriver_logger'
  3. In order to initialize the logger, 'mdp_logger = stackdriver_logger()'
  4. In order to use the logger, 'mdp_logger.info('shows up on stackdriver and console')'

Logging Levels in current configuration (set in logging.yaml)

  • debug: lowest level and logs of these kinds don't show up as of current configuration
  • info: info logs will show up on stdout and in stackdriver
  • warning: warn logs will show up on stdout and in stackdriver
  • error: error logs will show up on stdout and in stackdrtiver
  • critical: critical logs will show up on stdout and in stackdriver

Change log level that shows up in Stackdriver

In logging.yaml, under handlers:stackdriver, change the level field to the lowest level you want to see in stackdriver. Anything that level and higher will now show up.

Change log level that shows up on console

In logging.yaml, under handlers:console, change the level field to the lowest level you want to see show up in console. Anything that level and higher will now show up.

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

python-stackdriver-logging-mdp1-0.0.26.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

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