22bd3d5321
The JSONFormatter formatter now converts unserializable objects with repr() to prevent JSON serialization errors on logging. The fix requires oslo.serialization 2.21.1 or newer to get the new fallback parameter of jsonutils.to_primitive(). Closes-Bug: #1593641 Change-Id: Ibda7d145af95903b2bf8d87113804350330a93b4
7 lines
222 B
YAML
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.21.1 or newer. (Bug #1593641)
|