Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/stackable-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed

- BREAKING: `validation` module now uses typed errors ([#851]).
- Set `checkIncrement` to 5 seconds in Logback config ([#853]).

### Fixed

Expand Down Expand Up @@ -39,6 +40,7 @@ All notable changes to this project will be documented in this file.
[#840]: https://github.com/stackabletech/operator-rs/pull/840
[#841]: https://github.com/stackabletech/operator-rs/pull/841
[#843]: https://github.com/stackabletech/operator-rs/pull/843
[#853]: https://github.com/stackabletech/operator-rs/pull/853

## [0.73.0] - 2024-08-09

Expand Down
1 change: 1 addition & 0 deletions crates/stackable-operator/src/product_logging/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ pub fn create_logback_config(
</rollingPolicy>
<triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
<MaxFileSize>{max_log_file_size_in_mib}MB</MaxFileSize>
<checkIncrement>5 seconds</checkIncrement>
</triggeringPolicy>
</appender>

Expand Down
Loading