Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing DAGs when setting logs level to DEBUG #157

Open
git-taufiq opened this issue Dec 13, 2023 · 1 comment
Open

Missing DAGs when setting logs level to DEBUG #157

git-taufiq opened this issue Dec 13, 2023 · 1 comment

Comments

@git-taufiq
Copy link

Below snippet of the module:

module "mwaa" {
  source = "idealo/mwaa/aws"
  version = 3.0.0
  airflow_version = "2.5.1"
  ...
  webserver_logs_level = "INFO"
  worker_logs_level = "DEBUG"
  task_logs_level = "INFO"
  scheduler_logs_level = "DEBUG"
  dag_processing_logs_level =  "DEBUG"
}

Somehow all DAGs are missing/not showing when setting log levels to "DEBUG" for apply a new Airflow environment. I do not have any issue when setting those DEBUG log levels to WARNING.

@mgerlach
Copy link
Contributor

Hi @git-taufiq maybe Airflow is just logging too much at debug so DAG creation takes a long time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants