We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad8110b commit bc1646cCopy full SHA for bc1646c
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
## [Unreleased]
4
5
+### Changed
6
+
7
+- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#601]).
8
+ - BREAKING: The file log directory was set by `AIRFLOW_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS_DIR`
9
+ (or via `--rolling-logs <DIRECTORY>`).
10
+ - Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
11
12
+[#601]: https://github.com/stackabletech/airflow-operator/pull/601
13
14
## [25.3.0] - 2025-03-21
15
16
### Added
0 commit comments