Skip to content

Commit 998a169

Browse files
Fix the processing of corrupted log events (#802)
* Fix the processing of corrupted log4j and log4j2 events * Fix the processing of corrupted OPA and bundle builder events * Rework the Vector configuration * Fix changelog
1 parent 9dcd255 commit 998a169

File tree

2 files changed

+404
-117
lines changed

2 files changed

+404
-117
lines changed

crates/stackable-operator/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Processing of corrupted log events fixed; If errors occur, the error
10+
messages are added to the log event ([#802]).
11+
12+
[#802]: https://github.com/stackabletech/operator-rs/pull/802
13+
714
## [0.69.2] - 2024-06-10
815

916
### Changed

0 commit comments

Comments
 (0)