oslo.log/releasenotes/notes/jsonformatter-repr-fd616eb6...

7 lines
222 B
YAML

---
fixes:
- |
The JSONFormatter formatter now converts unserializable objects with
repr() to prevent JSON serialization errors on logging. The fix requires
oslo.serialization 2.20.2 or newer. (Bug #1593641)