Skip to main content

Logging toolbox for Python services at Mobify.

Project description

Travis CI Status Badge

timberjack

Timberjack Tractor

Install

You can install timberjack directly from the Github repo using:

$ pip install https://github.com/mobify/timberjack/archive/master.zip

Setup in Django

TBD.

Setup in Flask

The timberjack logging tools come with a convenience class that allows the easy configuration of a Flask application to use logging:

from timberjack.contrib.flask import Timberjack

...

app = Flask(__name__)
timberjack = Timberjack(app)

...

log = timberjack.get_logger('my.logger')

License

This code is licensed under the MIT License.

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

timberjack-0.1.0.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

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