oslo.log/releasenotes/notes/always-add-error-text-715022964364ffa0.yaml
Doug Hellmann 76e8bb12fd clarify release note for error summary handling
Change-Id: I1513ab1e1f4e1abf1ad8e968ab47cf043a6f29a7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-05-24 16:34:37 -04:00

10 lines
381 B
YAML

---
features:
- |
If the log format string includes ``%(error_summary)s``, it will
be replaced with a summary of the current error when there is one
and with "``-``" when there is no error. If the log format string
does not include ``%(error_summary)s`` the error summary will be
appended to the end of the line automatically, only if there is an
error.