4

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

Tomas Jansson
  • 22,767
  • 13
  • 83
  • 137

1 Answers1

4

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

Line 55

# Logging level
logging_level = INFO
gruby
  • 900
  • 6
  • 13