Skip to content

Commit 46fd92b

Browse files
committed
fixup! Update README with info about changes to version 5
1 parent 7ae71cb commit 46fd92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ formatters:
14061406
14071407
### Version 5.x.x Breaking Changes
14081408
1409-
The fields `exc_text` and `stack_info` were removed from the message in JSON formatter. Instead they were added to the record so that they can be configured via the `fmt` field in the logging configuration.
1409+
Previously, the fields `exc_text` and `stack_info` were always added to the log message if they existed. This behavior is slightly changed: instead of adding them to the message in any case, they were added to the record so that they can be configured via the `fmt` field in the logging configuration as described in [#case-10-add-stack-traces-to-log-records].
14101410

14111411
### Version 4.x.x Breaking Changes
14121412

0 commit comments

Comments
 (0)