mik-laj commented on a change in pull request #9354:
URL: https://github.com/apache/airflow/pull/9354#discussion_r441850197
##########
File path: airflow/utils/log/logging_mixin.py
##########
@@ -58,6 +58,20 @@ def _set_context(self, context):
set_context(self.log, context)
+class RemoteLoggingMixin:
Review comment:
```suggestion
class ExternalLoggingMixin:
```
What do you think to change the name? Remote logging is an existing
mechanism that allows access to logs from Web UI. In my opinion, external logs
better describe this feature.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]