Nice trick here 👍 But moving the def of handler and logger here would prevent people from using there custom handler and logger for DAG parsing right?(e.g. logger with both `processor_manager` and `console` handler) Also we've recently encountered a rare case that same logger on multiple process would create lock issue if we do not reload and thus it feel safer to just reload all loggers.
[ Full content available at: https://github.com/apache/incubator-airflow/pull/3873 ] This message was relayed via gitbox.apache.org for [email protected]
