Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Reason given by maintainers: Security Issue

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

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flask_logger2-2.6.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

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

Hashes for flask_logger2-2.6.1.tar.gz
Algorithm Hash digest
SHA256 d7409a351ae862f1b5c8805afc02c9e683d2cc6b92326ec64e2776da80ef2572
MD5 c79e71c8298df374384c2dad5a45cfa2
BLAKE2b-256 5879a6ae65c354442d6541886a59c3884d115ad9cfc0e8b821825689d80219ca

See more details on using hashes here.

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

Hashes for flask_logger2-2.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fdf1fcb78f2106030df305174b65e580910b2e834fb6823d70b087a6af2402e9
MD5 4ee3109531b7580f524f5078b0e2f327
BLAKE2b-256 b24de204bf267a579c1becb58279d9c5097b3e95b62b8af9e627e8c29f57e5df

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.6.1 This release

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page