Skip to main content

Remote log platform with easy integration into Python logging.

Project description

A simple Python logging handler which transmits logs to a centralized service (also provided) with minimal work from both the web server side and the Python side as well. For help, install the package, run loggr.py, and visit localhost:8888 for more information.

In the most basic form, simply add another handler to your existing logging class via:

import logging
from loggr import LoggrHandler

handler = LoggrHandler(url='http://someurl/', logname='optional-name')
logger = logging.getLogger('root')
logger.addHandler(handler)

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

loggr-0.0.6.tar.gz (3.7 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