Skip to main content

SeqLog enables logging from Python to Seq.

Project description

Seq logging adapter for Python.

https://img.shields.io/pypi/v/seqlog.svg https://img.shields.io/travis/tintoy/seqlog.svg Documentation Status

SeqLog enables logging from Python to Seq.

It also adds support for logging with named format arguments (via keyword arguments) in the same way "{arg1}".format(arg1="foo") does.

History

0.0.1 (2016-07-07)

  • First release on PyPI.

0.0.7 (2016-07-09)

  • log_to_seq now returns the SeqLogHandler to enable forced flushing of log records to Seq.

  • Change auto_flush_timeout to a float representing seconds (instead of milliseconds).

  • Update testharness.py to actually log to Seq. You can override the server URL and API key using the SEQ_SERVER_URL and SEQ_API_KEY environment variables.

  • Update usage information in documentation.

  • Python 3 only for now (sorry, but logging in Python 2 doesn’t have all the required extensibility points). If the need to support Python 2 becomes great enough then I’ll try to find a way.

0.1.0 (2016-07-09)

  • Proper versioning starts today :)

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

seqlog-0.1.0.tar.gz (18.7 kB view hashes)

Uploaded Source

Built Distribution

seqlog-0.1.0-py2.py3-none-any.whl (9.0 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