Skip to main content

Output syslog of the json format.

Project description

Flask-Json-SysLog
-----------------

Output syslog of the json format.

Installation
````````````

Use pip.

.. code:: bash

# pip install flask-json-syslog

In your app.py
``````````````

.. code:: python

from flask import g
from flask_json_syslog import FlaskJsonSyslog

app = Flask(__name__)
flask_json_syslog = FlaskJsonSyslog(app)

...

@app.before_request
def before_request():
g.json_log = flask_json_syslog.put

In your application code.
`````````````````````````

.. code:: python

g.json_log({'foo': 'bar'}, ...)

(r)syslog.conf
``````````````

$template json,"%msg%
"
local5.* /var/log/local5.log;json

Links
`````

* `website <https://github.com/nabetama/Flask-Json-Syslog>`_

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-Json-Syslog-0.1.2.tar.gz (2.2 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