ashb 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_r221389524
##########
File path: airflow/config_templates/default_airflow.cfg
##########
@@ -70,6 +70,7 @@ simple_log_format = %%(asctime)s %%(levelname)s -
%%(message)s
# we need to escape the curly braces by adding an additional curly brace
log_filename_template = {{{{ ti.dag_id }}}}/{{{{ ti.task_id }}}}/{{{{ ts
}}}}/{{{{ try_number }}}}.log
log_processor_filename_template = {{{{ filename }}}}.log
+dag_processor_manager_log_location =
{AIRFLOW_HOME}/logs/dag_processor_manager/dag_processor_manager.log
Review comment:
For consistency can we call this `log_dag_processor_manager_location` (i.e.
so that it starts with `log_` like the two before it.
----------------------------------------------------------------
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