File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
crates/stackable-operator Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ All notable changes to this project will be documented in this file.
66
77### Added
88
9- - Adds the ` --file-log-max-files ` CLI argument and ` FILE_LOG_MAX_FILES ` environment variable
10- see detailed [ stackable-telemetry changelog] ( ../stackable-telemetry/CHANGELOG.md ) ([ #1010 ] ).
9+ - Adds new CLI arguments and environment variables ([ #1010 ] , [ #1012 ] ).
10+ - Use ` --file-log-max-files ` (or ` FILE_LOG_MAX_FILES ` ) to limit the number of log files kept.
11+ - Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
12+ - See detailed [ stackable-telemetry changelog] ( ../stackable-telemetry/CHANGELOG.md ) .
1113
1214### Changed
1315
@@ -16,6 +18,7 @@ All notable changes to this project will be documented in this file.
1618
1719[ #1009 ] : https://github.com/stackabletech/operator-rs/pull/1009
1820[ #1010 ] : https://github.com/stackabletech/operator-rs/pull/1010
21+ [ #1012 ] : https://github.com/stackabletech/operator-rs/pull/1012
1922
2023## [ 0.91.1] - 2025-04-09
2124
You can’t perform that action at this time.
0 commit comments