ashb commented on code in PR #53821:
URL: https://github.com/apache/airflow/pull/53821#discussion_r2243587921


##########
airflow-core/src/airflow/config_templates/airflow_local_settings.py:
##########
@@ -315,6 +317,14 @@ def _default_conn_name_from(mod_path, hook_name):
             },
         }
 
+        if ELASTICSEARCH_WRITE_TO_ES:
+            REMOTE_TASK_LOG = ElasticsearchRemoteLogIO(

Review Comment:
   The RemoteLogIO behaviour should be used regardless of the write to es 
setting. This RemoteLogIO is the preferred way of handling things, so we should 
pass WRITE_TO_ES as an argument to this class that controls the behaviour.



-- 
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]

Reply via email to