Skip to content

Commit

Permalink
Dockerfile: change logging level to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Dec 15, 2023
1 parent b40a014 commit 88ed42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV AIRFLOW_HOME=/opt/airflow
WORKDIR /opt/airflow

ENV PYTHONBUFFERED=0
ENV AIRFLOW__LOGGING__LOGGING_LEVEL=DEBUG
ENV AIRFLOW__LOGGING__LOGGING_LEVEL=INFO

COPY requirements.txt ./requirements.txt
COPY requirements-test.txt ./requirements-test.txt
Expand Down

0 comments on commit 88ed42a

Please sign in to comment.