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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- Support `DictConfigurator` prefixes for `rename_fields` and `static_fields`. [#45](https://github.com/nhairs/python-json-logger/pull/45)
11
11
- Allows using values like `ext://sys.stderr` in `fileConfig`/`dictConfig` value fields.
12
12
13
+
### Changed
14
+
- Rename `pythonjsonlogger.core.LogRecord` and `log_record` arguemtns to avoid confusion / overlapping with `logging.LogRecord`. [#38](https://github.com/nhairs/python-json-logger/issues/38)
15
+
- Affects arguments to `pythonjsonlogger.core.BaseJsonFormatter` (and any child classes).
16
+
- `serialize_log_record`
17
+
- `add_fields`
18
+
- `jsonify_log_record`
19
+
- `process_log_record`
20
+
- Note: functions referring to `log_record` have **not** had their function name changed.
21
+
13
22
### Removed
14
23
- Remove support for providing strings instead of objects when instantiating formatters. Instead use the `DictConfigurator``ext://` prefix format when using `fileConfig`/`dictConfig`. [#47](https://github.com/nhairs/python-json-logger/issues/47)
0 commit comments