Logging toolbox for Python services at Mobify.
Project description
timberjack
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timberjack-0.1.0.tar.gz.
File metadata
- Download URL: timberjack-0.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2b2c2edcb62e09257f776dd989437a41c836e672951602e840c2ab827b6e8b7
|
|
| MD5 |
6b07f3d1565c4317466c36bb47764400
|
|
| BLAKE2b-256 |
bd7bbcffd36eb599ef3ab0db17605e81f1b5a8ff404c75f1826ed05b40ab9d9a
|
File details
Details for the file timberjack-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: timberjack-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e582bd72e1ff7944d3f4af27c165e241e610b8a2a7d63fedeb97d5057066c8a
|
|
| MD5 |
61e862df52d5d1766d358c423c091e31
|
|
| BLAKE2b-256 |
fa14e9e9238f3079e77b76125bf128656df41a671b36616fed48eb6754475ee2
|