W/o reloading `airflow_local_settings`, the custom logic [here](https://github.com/apache/incubator-airflow/blob/c45cc19d87faa49cba1bbb4755940d3113adc522/airflow/config_templates/airflow_local_settings.py#L199-L203) would not be evaluated and thus we'll end up reconfigure with the same logging config again...
Also as mentioned in the comment, right now the major purposes of reloading `settings` is to reload logger and also the connection pool. Tho I do agree reload is a bit of a kludge--I would avoid it if I had other solutions :( [ Full content available at: https://github.com/apache/incubator-airflow/pull/3873 ] This message was relayed via gitbox.apache.org for [email protected]
