stackabletech/airflow-operator

Improvement: Make task handler configurable in airflow crds

Open

#650 opened on Jun 26, 2025

 (0 comments) (0 reactions) (0 assignees)Rust (6 forks)auto 404
good first issuetype/feature-improvement

Repository metrics

Stars
 (32 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide