Commit Graph
10 Commits
Author SHA1 Message Date
Sébastien Alix 309490a280 logging_json: fix RecursionError
Since Python 3.10, the use of 'threading.currentThread()' is deprecated
and generates a warning, and generating this warning log was in turn
entering in the `logging_json` mechanism, triggering an exception:

RecursionError: maximum recursion depth exceeded while calling a Python object
2024-01-19 13:30:12 +01:00
Yannick Payot d17d229b13 Change CI to GitHub actions
Use copier template from oca/oca-addons-repo-template

Apply linting
2023-05-24 18:22:55 +02:00
Vincent RenavilleandGitHub dddd130e79 fix: dependencies and deprecated code (#390) 2022-11-04 14:34:29 +01:00
Stephane ManginandMaksym Yankin de19785632 logging_json: fix W0622(redefined-builtin) 2022-05-18 16:24:42 +03:00
Stéphane BidoulandGuewen Baconnier 522937c3b5 Log uid 2020-06-22 07:50:44 +02:00
Stéphane BidoulandGuewen Baconnier 9cf4bf2171 Log request uuid 2020-06-22 07:50:35 +02:00
Tonow-c2c c1c76144d2 BSRD-286: MIG V13 logging_json 2019-10-08 18:17:31 +02:00
jcoux 7eac1013eb Migration to 12.0 2018-10-24 12:44:45 +02:00
Guewen Baconnier 3c8b74369b Make pylint happy 2016-11-03 16:58:36 +01:00
Guewen Baconnier ec1f3fc61a Add logging_json
Output odoo logs as json
2016-11-02 10:10:05 +01:00