Commit Graph
1 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