Skip to content

Commit 18f269e

Browse files
authored
feat!: Use stackable-telemetry (#291)
* chore: Replace print_startup_string with structured event * chore(olm-deployer): Replace print_startup_string with structured event * feat!: Replace log initialization with stackable-telemetry BREAKING: The log directory variable for the rolling file appender has changed * chore: Update changelog * chore: Correct changelog entry * feat!: Use Tracing::pre_configured from stackable-telemetry BREAKING: The console log level and log directory variables have been changed
1 parent bd95696 commit 18f269e

File tree

9 files changed

+2725
-731
lines changed

9 files changed

+2725
-731
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#291]).
10+
- operator-binary
11+
- The file log directory was set by `LISTENER_OPERATOR_LOG_DIRECTORY`, and is now set by
12+
`ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
13+
- The console log level was set by `LISTENER_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
14+
- olm-deployer
15+
- The file log directory was set by `STKBL_LISTENER_OLM_DEPLOYER_LOG_DIRECTORY`, and is now set by
16+
`ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
17+
- The console log level was set by `STKBL_LISTENER_OLM_DEPLOYER_LOG`, and is now set by `CONSOLE_LOG`.
18+
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
19+
20+
[#291]: https://github.com/stackabletech/listener-operator/pull/291
21+
722
## [25.3.0] - 2025-03-21
823

924
### Added

0 commit comments

Comments
 (0)