jedcunningham commented on code in PR #32646:
URL: https://github.com/apache/airflow/pull/32646#discussion_r1265638391
##########
airflow/config_templates/config.yml:
##########
@@ -913,6 +913,18 @@ logging:
type: boolean
example: ~
default: "False"
+ enable_arbitrary_log_shipping:
Review Comment:
I don't think "arbitrary" is a good word to use. Maybe
`enable_global_task_logging` or something similar?
We've used arbitrary when talking about this functionality since what we log
doesn't actually matter (specifically the content of the log messages and where
it comes from), but I don't think it's a good way to present the feature to
users.
--
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]