Skip to content

Commit e10ceae

Browse files
authored
feat!: Use stackable-telemetry (#581)
* chore: Replace print_startup_string with structured event * chore: 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 * fix: Initialize otlp traces ... instead of otlp logs twice * chore: Update changelog * chore: Correct changelog entry
1 parent 417abf6 commit e10ceae

File tree

9 files changed

+2564
-662
lines changed

9 files changed

+2564
-662
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,17 @@ All notable changes to this project will be documented in this file.
1414
- `secrets.stackable.tech/format.tls-pem.key-name`
1515
- `secrets.stackable.tech/format.tls-pem.ca-name`
1616

17+
### Changed
18+
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>`).
24+
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
25+
1726
[#572]: https://github.com/stackabletech/secret-operator/pull/572
27+
[#581]: https://github.com/stackabletech/secret-operator/pull/581
1828

1929
## [25.3.0] - 2025-03-21
2030

0 commit comments

Comments
 (0)