1 Commits
Author SHA1 Message Date
Sébastien Alixandcyrilmanuel f34dc6be27 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-03-27 13:19:22 +01:00