Skip to main content

Log trace decorator function for Flask

Project description

A Simple logging decorator for Flask applications

Usage

Simply import the trace decorator and apply it to any function you want to log.

from flask_trace import trace

@trace
def my_awesome_function(arg1, arg2):
    pass

Now, any call to the my_awesome_function will be logged like this:

TRACE: trace_uuid=44f64962-3468-4273-bcd7-1c2067faacdf func_name=my_awesome_function arg1=1 arg2=2

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_trace-0.0.4.tar.gz (2.8 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