The info logging on airflow is way too much for my taste, so how do I change the log level?
Asked
Active
Viewed 3,265 times
1 Answers
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
-
1thanks, but where do I change that when using composer? – Tomas Jansson May 26 '18 at 21:12
-
I think it out. There is config override settings in composer. – Tomas Jansson May 26 '18 at 21:15