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


Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page