summaryrefslogtreecommitdiff
path: root/releasenotes/notes/always-add-error-text-715022964364ffa0.yaml
blob: e124a301fe393051e333b0de8d904c60178206c2 (plain)
1
2
3
4
5
6
7
8
9
---
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.