A logging extension for Flask applications
Reason this release was yanked:
Security Issue
Project description
Flask-Logger
Simple structured logging extension for Flask applications.
Installation
pip install flask-logger
Quick Start
from flask import Flask
from flask_logger import FlaskLogger
app = Flask(__name__)
logger = FlaskLogger(app)
Or using the factory pattern:
from flask_logger import FlaskLogger
logger = FlaskLogger()
def create_app():
app = Flask(__name__)
logger.init_app(app)
return app
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
flask_logger2-2.6.1.tar.gz
(3.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 flask_logger2-2.6.1.tar.gz.
File metadata
- Download URL: flask_logger2-2.6.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7409a351ae862f1b5c8805afc02c9e683d2cc6b92326ec64e2776da80ef2572
|
|
| MD5 |
c79e71c8298df374384c2dad5a45cfa2
|
|
| BLAKE2b-256 |
5879a6ae65c354442d6541886a59c3884d115ad9cfc0e8b821825689d80219ca
|
File details
Details for the file flask_logger2-2.6.1-py3-none-any.whl.
File metadata
- Download URL: flask_logger2-2.6.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdf1fcb78f2106030df305174b65e580910b2e834fb6823d70b087a6af2402e9
|
|
| MD5 |
4ee3109531b7580f524f5078b0e2f327
|
|
| BLAKE2b-256 |
b24de204bf267a579c1becb58279d9c5097b3e95b62b8af9e627e8c29f57e5df
|