We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae98635 commit 94c37bfCopy full SHA for 94c37bf
src/pythonjsonlogger/core.py
@@ -134,6 +134,8 @@ class BaseJsonFormatter(logging.Formatter):
134
*New in 3.1*
135
136
*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.
139
"""
140
141
_style: Union[logging.PercentStyle, str] # type: ignore[assignment]
0 commit comments