You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
- Allows using values like `ext://sys.stderr` in `fileConfig`/`dictConfig` value fields.
12
12
- Support comma seperated lists for Formatter `fmt` (`style=","`) e.g. `"asctime,message,levelname"`[#15](https://github.com/nhairs/python-json-logger/issues/15)
13
13
- Note that this style is specific to `python-json-logger` and thus care should be taken not to pass this format to other logging Formatter implementations.
14
-
- Supports sequences of strings (e.g. lists and tuples) of field names for Formatter `fmt`.
14
+
- Supports sequences of strings (e.g. lists and tuples) of field names for Formatter `fmt`.[#16](https://github.com/nhairs/python-json-logger/issues/16)
15
15
16
16
### Changed
17
17
- Rename `pythonjsonlogger.core.LogRecord` and `log_record` arguments to avoid confusion / overlapping with `logging.LogRecord`. [#38](https://github.com/nhairs/python-json-logger/issues/38)
0 commit comments