Skip to main content

UNKNOWN

Project description

Filter certain requests from the Flask log. Useful during development when requests fill up with /static/ URLs. Not for use in production, Flask-Logging monkey patches the werkzeug logging function.

Installation

pip install flask-logging

Usage

from flask.ext.logging import Filter
filter = Filter('static')

Filters any request with the word ‘static’ from the log.

Filtering more than one word:

filter = Filter('static', 'admin')

Updating the filter:

filter = Filter('static')
filter.filters = 'static', 'admin'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Logging-0.1.3.tar.gz (1.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page