Skip to content

Commit

Permalink
Allow for LOGGING_LEVEL=DEBUG (#23360)
Browse files Browse the repository at this point in the history
  • Loading branch information
GApfel authored Apr 29, 2022
1 parent 9132baf commit c83d0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/start/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ services:
function ver() {
printf "%04d%04d%04d%04d" $${1//./ }
}
airflow_version=$$(gosu airflow airflow version)
airflow_version=$$(AIRFLOW__LOGGING__LOGGING_LEVEL=INFO && gosu airflow airflow version)
airflow_version_comparable=$$(ver $${airflow_version})
min_airflow_version=2.2.0
min_airflow_version_comparable=$$(ver $${min_airflow_version})
Expand Down

0 comments on commit c83d0bf

Please sign in to comment.