|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +### Added |
| 6 | + |
| 7 | +- Adds new telemetry CLI arguments and environment variables ([#623]). |
| 8 | + - Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept. |
| 9 | + - Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation. |
| 10 | + - Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`. |
| 11 | + |
5 | 12 | ### Changed |
6 | 13 |
|
7 | | -- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#610], [#617]). |
8 | | - - The console log level was set by `SUPERSET_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`. |
9 | | - - The file log level was set by `SUPERSET_OPERATOR_LOG`, and is now set by `FILE_LOG`. |
| 14 | +- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#610], [#617], [#623]). |
| 15 | + - The console log level was set by `SUPERSET_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`. |
| 16 | + - The file log level was set by `SUPERSET_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`. |
10 | 17 | - The file log directory was set by `SUPERSET_OPERATOR_LOG_DIRECTORY`, and is now set |
11 | | - by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`). |
| 18 | + by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`). |
12 | 19 | - Replace stackable-operator `print_startup_string` with `tracing::info!` with fields. |
13 | 20 | - BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead |
14 | 21 | of having the operator write it to the vector config ([#609]). |
|
22 | 29 | [#610]: https://github.com/stackabletech/superset-operator/pull/610 |
23 | 30 | [#615]: https://github.com/stackabletech/superset-operator/pull/615 |
24 | 31 | [#617]: https://github.com/stackabletech/superset-operator/pull/617 |
| 32 | +[#623]: https://github.com/stackabletech/superset-operator/pull/623 |
25 | 33 |
|
26 | 34 | ## [25.3.0] - 2025-03-21 |
27 | 35 |
|
|
0 commit comments