You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Guewen Baconnier 5b095c4857 [ADD] add module logging-json 8 years ago
..
README.rst [ADD] add module logging-json 8 years ago
__init__.py [ADD] add module logging-json 8 years ago
__openerp__.py [ADD] add module logging-json 8 years ago
json_log.py [ADD] add module logging-json 8 years ago

README.rst

JSON Logging
============

This addon allows to output the Odoo logs in JSON.

Configuration
-------------

The json logging is activated with the environment variable
``ODOO_LOGGING_JSON`` set to ``1``.

In order to have the logs from the start of the server, you should add
``logging_json`` in the ``--load`` flag or in the ``server_wide_modules``
option in the configuration file.