summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-05-21 13:44:06 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-05-24 16:34:37 -0400
commit76e8bb12fd342aa4722ccb3c523f42475554e17c (patch)
treed2465a8f698be2ec7fbb74c1b20535a3037be898
parentdfef23d449a17639b7337d2ca369bb960fd7cd9a (diff)
downloadoslo-log-76e8bb12fd342aa4722ccb3c523f42475554e17c.tar.gz
clarify release note for error summary handling
Change-Id: I1513ab1e1f4e1abf1ad8e968ab47cf043a6f29a7 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
-rw-r--r--releasenotes/notes/always-add-error-text-715022964364ffa0.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/releasenotes/notes/always-add-error-text-715022964364ffa0.yaml b/releasenotes/notes/always-add-error-text-715022964364ffa0.yaml
index 12fbd41..e124a30 100644
--- a/releasenotes/notes/always-add-error-text-715022964364ffa0.yaml
+++ b/releasenotes/notes/always-add-error-text-715022964364ffa0.yaml
@@ -1,8 +1,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`` it will be appended to the end
- of the line automatically, only if there is an error.
+ 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.