Skip to content

Commit 7b8fa6a

Browse files
committed
feat!: Use Tracing::pre_configured from stackable-telemetry
BREAKING: The console log level and log directory variables have been changed
1 parent 67e99b1 commit 7b8fa6a

File tree

8 files changed

+387
-300
lines changed

8 files changed

+387
-300
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ All notable changes to this project will be documented in this file.
66

77
### Changed
88

9-
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#291]).
10-
- BREAKING: operator-binary: The file log directory was set by `LISTENER_OPERATOR_LOG_DIRECTORY`,
11-
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
12-
- BREAKING: olm-deployer: The file log directory was set by `STKBL_LISTENER_OLM_DEPLOYER_LOG_DIRECTORY`,
13-
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
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`.
1418
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
1519

1620
[#291]: https://github.com/stackabletech/listener-operator/pull/291

Cargo.lock

Lines changed: 50 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)