You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/07 23:11:47 UTC

[airflow] branch master updated (d8906ab -> 23e743e)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from d8906ab  Minor changes in description of API docs (#12532)
     add 23e743e  Move task handlers guides to provider docs (#12826)

No new revisions were added by this update.

Summary of changes:
 docs/apache-airflow-providers-amazon/index.rst     |   1 +
 .../logging/cloud-watch-task-handlers.rst}         |  36 ++--
 .../logging/index.rst                              |   4 +-
 .../logging/s3-task-handler.rst                    |  49 ++++++
 .../index.rst                                      |   6 +
 .../logging.rst                                    | 102 ++++++++++++
 .../logging/index.rst                              |   4 +-
 .../index.rst                                      |   1 +
 .../logging.rst                                    |  55 +++++++
 .../logging-monitoring/logging-tasks.rst           | 181 ---------------------
 10 files changed, 233 insertions(+), 206 deletions(-)
 copy docs/{apache-airflow/security/flower.rst => apache-airflow-providers-amazon/logging/cloud-watch-task-handlers.rst} (50%)
 copy docs/{apache-airflow-providers-google => apache-airflow-providers-amazon}/logging/index.rst (95%)
 create mode 100644 docs/apache-airflow-providers-amazon/logging/s3-task-handler.rst
 create mode 100644 docs/apache-airflow-providers-elasticsearch/logging.rst
 create mode 100644 docs/apache-airflow-providers-microsoft-azure/logging.rst