Add logging_json

Output odoo logs as json
This commit is contained in:
Guewen Baconnier
2016-11-02 10:10:05 +01:00
parent 46231b3365
commit ec1f3fc61a
6 changed files with 73 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
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.