Extra logging functionality for Flask applications
Go to file
Omer Yampel b39619bb3e Celery task logging in place of blueprints
When inside a celery task, this allows you to use the task name rather than a blueprint
2017-06-28 09:56:12 -04:00
docs Update documentation, and a bit of the functionality 2017-01-16 08:56:58 +01:00
flask_logging_extras Celery task logging in place of blueprints 2017-06-28 09:56:12 -04:00
tests Add Blueprint logging support 2017-02-02 16:33:14 +01:00
.gitignore Add tox configuration 2017-01-16 11:43:55 +01:00
.travis.yml Remove Python 3.6 from Tox configuration 2017-01-16 11:51:11 +01:00
docs-requirements.txt Add requirements file for documentation generating 2017-01-16 12:27:11 +01:00
LICENSE Relicense under the MIT license 2017-02-01 23:03:54 +01:00
README.rst Add Blueprint logging support 2017-02-02 16:33:14 +01:00
setup.cfg Relicense under the MIT license 2017-02-01 23:03:54 +01:00
setup.py Add Blueprint logging support 2017-02-02 16:33:14 +01:00
tox.ini Add tox configuration 2017-01-16 11:43:55 +01:00