Skip to content

Could not read served logs 503 - but not using remote logs #39681

Answered by Anti0ff
Anti0ff asked this question in Q&A
Discussion options

You must be logged in to vote

"volumes" indicated in docker-compose in two blocks - first in "airflow-common" for include, second in "webserver" as is

x-airflow-common:
  &airflow-common
  volumes:
  - ${AIRFLOW_PROJ_DIR:-.}/logs:/opt/airflow/logs
...
airflow-webserver:
    <<: *airflow-common
    ...
    volumes:
    ...

And second dosn't contain volume with logs...
So after adding volume with logs in webserver section - all OK, logs are visible in UI

Something strange, why error is like logs are remote and code 503...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Anti0ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant