Skip to content

Commit

Permalink
Moved airflow logging by default to info
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Sep 13, 2024
1 parent ae07dfb commit 169ec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/components/airflow/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
data: |
AIRFLOW_VAR_NAMESPACE: "airflow"
AIRFLOW__METRICS__USE_PATTERN_MATCH: "True"
AIRFLOW__LOGGING__LOGGING_LEVEL: "DEBUG"
AIRFLOW__LOGGING__LOGGING_LEVEL: "INFO"
AIRFLOW__LOGGING__ENABLE_TASK_CONTEXT_LOGGER: "False"
AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION: "False"
AIRFLOW__WEBSERVER__EXPOSE_CONFIG: "False"
Expand Down

0 comments on commit 169ec69

Please sign in to comment.