summaryrefslogtreecommitdiff
path: root/releasenotes/notes/always-add-error-text-715022964364ffa0.yaml
blob: 12fbd41cf47fde0d2f273e3a4a8bd5db749610d4 (plain)
1
2
3
4
5
6
7
8
---
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`` it will be appended to the end
    of the line automatically, only if there is an error.