Skip to content

Commit 17054c3

Browse files
fix: Lower Logback checkIncrement value (#853)
* set logback checkIncrement to 5s * Update crates/stackable-operator/src/product_logging/framework.rs Co-authored-by: Siegfried Weber <[email protected]> * add changelog entry * fix changelog entry * fix changelog entry --------- Co-authored-by: Siegfried Weber <[email protected]>
1 parent 5c45d27 commit 17054c3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

crates/stackable-operator/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212
### Changed
1313

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

1617
### Fixed
1718

@@ -21,6 +22,7 @@ All notable changes to this project will be documented in this file.
2122

2223
[#846]: https://github.com/stackabletech/operator-rs/pull/846
2324
[#851]: https://github.com/stackabletech/operator-rs/pull/851
25+
[#853]: https://github.com/stackabletech/operator-rs/pull/853
2426
[#855]: https://github.com/stackabletech/operator-rs/pull/855
2527
[#858]: https://github.com/stackabletech/operator-rs/pull/858
2628
[#862]: https://github.com/stackabletech/operator-rs/pull/862

crates/stackable-operator/src/product_logging/framework.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ pub fn create_logback_config(
589589
</rollingPolicy>
590590
<triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
591591
<MaxFileSize>{max_log_file_size_in_mib}MB</MaxFileSize>
592+
<checkIncrement>5 seconds</checkIncrement>
592593
</triggeringPolicy>
593594
</appender>
594595

0 commit comments

Comments
 (0)