o-nikolas commented on code in PR #32646:
URL: https://github.com/apache/airflow/pull/32646#discussion_r1276820542
##########
airflow/config_templates/airflow_local_settings.py:
##########
@@ -171,6 +171,9 @@
},
}
+# Task log shipping from Airflow components like scheduler, executor, etc.
+TASK_LOG_SHIPPER_ENABLED = conf.getboolean("logging",
"enable_task_log_shipper")
Review Comment:
I know there's been some naming discussion already, but just to add my
thoughts: ship/shipper is quite colloquial and might be jargon that folks in
different contexts wouldn't understand. Maybe something like "transport",
"export", "dispatch" (and their related "...er" versions) might be a little
more professional and clear?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]