Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change the log level for airflow/composer

The info logging on airflow is way too much for my taste, so how do I change the log level?

like image 843
Tomas Jansson Avatar asked Oct 12 '25 11:10

Tomas Jansson


1 Answers

Check this: https://github.com/apache/incubator-airflow/blob/master/airflow/config_templates/default_airflow.cfg

Line 55

# Logging level
logging_level = INFO
like image 72
gruby Avatar answered Oct 15 '25 19:10

gruby