XD-DENG commented on a change in pull request #3873: [Airflow-2760] Decouple
DAG parsing loop from scheduler loop
URL: https://github.com/apache/incubator-airflow/pull/3873#discussion_r219557934
##########
File path: airflow/config_templates/airflow_local_settings.py
##########
@@ -172,6 +196,20 @@
REMOTE_LOGGING = conf.get('core', 'remote_logging')
+if os.environ.get('CONFIG_PROCESSOR_MANAGER_LOGGER') == 'True':
Review comment:
Turns out I DID ask an invalid question.... I have noticed the relevant
chunk in `airflow/utils/dag_processing.py`.....
So this environment variable is some sort of "flag" to help determine if
these a few following lines here in
`airflow/config_templates/airflow_local_settings.py` should be run when we
load/reload `airflow_local_settings`, if I'm not mistaken?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services