Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
/ timberjack Public archive

Logging toolbox for Python services at Mobify

License

Notifications You must be signed in to change notification settings

mobify/timberjack

Repository files navigation

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.

About

Logging toolbox for Python services at Mobify

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages