stackabletech/airflow-operator
Improvement: Make task handler configurable in airflow crds
开放
#650 创建于 2025年6月26日
good first issuetype/feature-improvement
仓库指标
- 星标
- (32 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
As of now we addressed an issue of airflow logging with this PR.
However this is not the best possible solution. Ideally we'd like to have a situation like
logging:
containers:
airflow:
console:
level: INFO
file:
level: INFO
task:
level: INFO
loggers:
ROOT:
level: INFO
in airflow CRD's, setting the handlers log level.
This comment is a working solution which needs to be implemented comparable to file and console.