Skip to content

Commit

Permalink
Changing log level from warning down to info for the airflow logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohizurkhan committed May 29, 2024
1 parent bfc2004 commit 56a2a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/mwaa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ resource "aws_mwaa_environment" "mwaa" {
}
task_logs {
enabled = true
log_level = "WARNING"
log_level = "INFO"
}
webserver_logs {
enabled = true
Expand Down

0 comments on commit 56a2a57

Please sign in to comment.