File tree 2 files changed +3
-0
lines changed
crates/stackable-operator
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
12
12
### Changed
13
13
14
14
- BREAKING: ` validation ` module now uses typed errors ([ #851 ] ).
15
+ - Set ` checkIncrement ` to 5 seconds in Logback config ([ #853 ] ).
15
16
16
17
### Fixed
17
18
@@ -21,6 +22,7 @@ All notable changes to this project will be documented in this file.
21
22
22
23
[ #846 ] : https://github.com/stackabletech/operator-rs/pull/846
23
24
[ #851 ] : https://github.com/stackabletech/operator-rs/pull/851
25
+ [ #853 ] : https://github.com/stackabletech/operator-rs/pull/853
24
26
[ #855 ] : https://github.com/stackabletech/operator-rs/pull/855
25
27
[ #858 ] : https://github.com/stackabletech/operator-rs/pull/858
26
28
[ #862 ] : https://github.com/stackabletech/operator-rs/pull/862
Original file line number Diff line number Diff line change @@ -589,6 +589,7 @@ pub fn create_logback_config(
589
589
</rollingPolicy>
590
590
<triggeringPolicy class="ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy">
591
591
<MaxFileSize>{max_log_file_size_in_mib}MB</MaxFileSize>
592
+ <checkIncrement>5 seconds</checkIncrement>
592
593
</triggeringPolicy>
593
594
</appender>
594
595
You can’t perform that action at this time.
0 commit comments