Log all your Flask requests with severity depending on the result code
Project description
flask-requests-logging
Log all Flask requests with varying levels depending on the severity of the result
Installation
pip install flask
Usage
import flask
from flask_requests_logging import FlaskRequestsLogging
app = flask.Flask(__name__)
FlaskRequestsLogging(app)
Go read the if you're interested in the details.
Enjoy!
Changelog
v0.1
- first release, wow!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file flask_requests_logging-0.1-py3-none-any.whl
.
File metadata
- Download URL: flask_requests_logging-0.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81b6551bbc037c9467a1d45b973d37004a4c0f9993c9a9b18bdfd7549a691e5f |
|
MD5 | d827b86667fe4addbd4b0772eae51a5d |
|
BLAKE2b-256 | 28da6b1170862228efc5ab66ea103cbae68d67803aedc1ccdf9c55e7d4a16881 |