Skip to content

Commit 94c37bf

Browse files
committed
Update the documentation for BaseJsonFormatter
1 parent ae98635 commit 94c37bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pythonjsonlogger/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ class BaseJsonFormatter(logging.Formatter):
134134
*New in 3.1*
135135
136136
*Changed in 3.2*: `defaults` argument is no longer ignored.
137+
138+
*Added in UNRELEASED*: `exc_info_as_array` and `stack_info_as_array` options are added.
137139
"""
138140

139141
_style: Union[logging.PercentStyle, str] # type: ignore[assignment]

0 commit comments

Comments
 (0)