Skip to main content

Logging configuration for flask application

Project description

Advanced Logging configuration for flask application based on yaml file.

See logging.config

Quickstart

Install flask_logify using pip:

$ pip install Flask-Logify

Example usage

An example of log file configuration is under example folder. Only yaml format is supported.

from flask import Flask
from flask_logify import FlaskLogging


app = Flask(__name__)
app.config['LOG_FILE_CONF'] = 'log.yaml'

logging = FlaskLogging()
with app.app_context():
    logging.init_app(app)

app.run()

Go to http://127.0.0.1:5000/ and see log messages like configured

Configuration

  1. LOG_FILE_CONF: (default: None) absolute path of configuration file

  2. LOG_APP_NAME: (default: flask) the PROGRAM field of the log messages

  3. LOG_LOGGER_NAME: (default: flask-development) usually is flask-{FLASK_ENV}

License MIT

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-Logify-1.1.2.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file Flask-Logify-1.1.2.tar.gz.

File metadata

  • Download URL: Flask-Logify-1.1.2.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.29.0 CPython/3.6.5

File hashes

Hashes for Flask-Logify-1.1.2.tar.gz
Algorithm Hash digest
SHA256 64eeac17944e3a9ca99b1ea79a26cf350c2cd290426258f02573d19c9a978c36
MD5 5712c672b25578e006f68310ecb8f00f
BLAKE2b-256 c763d70c318fe0789d671a411dbd6a1ae096889394630a95a95452ab49aea887

See more details on using hashes here.

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