Skip to content

Commit

Permalink
Release Notes for Severity
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkrellenstein committed Dec 17, 2024
1 parent 0504220 commit 472a0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions counterparty-core/counterpartycore/lib/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def json_record(self, message: str, extra: dict, record: logging.LogRecord) -> d
extra["pathname"] = record.pathname
extra["process"] = record.process
extra["processName"] = record.processName
extra["levelName"] = record.levelname
extra["severity"] = record.levelname
if hasattr(record, "stack_info"):
extra["stack_info"] = record.stack_info
Expand Down
1 change: 1 addition & 0 deletions release-notes/release-notes-v10.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
## CLI

- Add `--cache-dir` flag
- Add `severity` field to JSON logs for compatibility

# Credits

Expand Down

0 comments on commit 472a0ee

Please sign in to comment.