Skip to content

Commit cab0ff2

Browse files
authored
feat!: Use Tracing::pre_configured from stackable-telemetry (#587)
* feat!: Use Tracing::pre_configured from stackable-telemetry BREAKING: The console log level, file log level and directory variables have been changed * chore: Update changelog
1 parent 36dbfac commit cab0ff2

File tree

9 files changed

+396
-228
lines changed

9 files changed

+396
-228
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@ All notable changes to this project will be documented in this file.
1616

1717
### Changed
1818

19-
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#581]).
20-
- BREAKING: operator-binary: The file log directory was set by `SECRET_PROVISIONER_LOG_DIRECTORY`,
21-
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
22-
- BREAKING: olm-deployer: The file log directory was set by `STKBL_SECRET_OLM_DEPLOYER_LOG_DIRECTORY`,
23-
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
19+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#581], [#587]).
20+
- operator-binary:
21+
- The console log level was set by `SECRET_PROVISIONER_LOG`, and is now set by `CONSOLE_LOG`.
22+
- The file log level was set by `SECRET_PROVISIONER_LOG`, and is now set by `FILE_LOG`.
23+
- The file log directory was set by `SECRET_PROVISIONER_LOG_DIRECTORY`, and is now set
24+
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
25+
- olm-deployer:
26+
- The console log level was set by `STKBL_SECRET_OLM_DEPLOYER_LOG`, and is now set by `CONSOLE_LOG`.
27+
- The file log level was set by `STKBL_SECRET_OLM_DEPLOYER_LOG`, and is now set by `FILE_LOG`.
28+
- The file log directory was set by `STKBL_SECRET_OLM_DEPLOYER_LOG_DIRECTORY`, and is now set
29+
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
2430
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
2531

2632
### Fixed
@@ -30,6 +36,7 @@ All notable changes to this project will be documented in this file.
3036
[#572]: https://github.com/stackabletech/secret-operator/pull/572
3137
[#581]: https://github.com/stackabletech/secret-operator/pull/581
3238
[#586]: https://github.com/stackabletech/secret-operator/pull/586
39+
[#587]: https://github.com/stackabletech/secret-operator/pull/587
3340

3441
## [25.3.0] - 2025-03-21
3542

Cargo.lock

Lines changed: 75 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)