potiuk commented on code in PR #27758: URL: https://github.com/apache/airflow/pull/27758#discussion_r1094910327
########## docs/apache-airflow/administration-and-deployment/logging-monitoring/logging-tasks.rst: ########## @@ -47,11 +44,14 @@ These patterns can be adjusted by :ref:`config:logging__log_filename_template`. In addition, you can supply a remote location to store current logs and backups. -In the Airflow UI, remote logs take precedence over local logs when remote logging is enabled. If remote logs -can not be found or accessed, local logs will be displayed. Note that logs -are only sent to remote storage once a task is complete (including failure). In other words, remote logs for -running tasks are unavailable (but local logs are available). +Interleaving of logs +-------------------- + +Airflow's remote task logging handlers can broadly be separated into two categories: streaming handlers (such as ElasticSearch, AWS Cloudwatch, and GCP operations logging, formerly stackdriver) and blob storage handlers (e.g. S3, GCS, WASB). Review Comment: I like those descriptions. They nicely explain thed difference between Blob/Streamng handlers (which were a bit implicit so far). -- 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]
