Skip to main content

Tools and libraries for python to better run services on GCP

Project description

pip install python-gcp-injections

If you want single line logging you can use standard logging with logging.info("This is my log text"). But if you would like to have som more context you use.

from gcpi.stackdriverlog import get_logger
LOG = get_logger()

my_dict_data = {'test':1, 'debug':2}

LOG.info("This is my log")
LOG.info(my_dict_data, param1='true', message="Invoice render timing")

message is the text that will show up as summary in the log. My dict_data in this case will show up under jsonPayload event, while the param1 will show up on the same level as event.

Django

in settings.py add

from gcpi.stackdriverlog import stackdriver_init_logging
stackdriver_init_logging()

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-gcp-injections-1.4.tar.gz (7.0 kB view hashes)

Uploaded Source

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