stackabletech/airflow-operator

Improvement: Make task handler configurable in airflow crds

Offen

#650 geöffnet am 26.06.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (6 Forks)auto 404
good first issuetype/feature-improvement

Repository-Metriken

Stars
 (32 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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