You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/07/09 04:10:04 UTC

[airflow] branch main updated: add more descriptive REMOTE_BASE_LOG_FOLDER (#24935)

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

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new bf7d646395 add more descriptive REMOTE_BASE_LOG_FOLDER (#24935)
bf7d646395 is described below

commit bf7d6463955bc1873afea3f81feaecee91bca681
Author: Julie Rutherford <ju...@gmail.com>
AuthorDate: Fri Jul 8 21:09:52 2022 -0700

    add more descriptive REMOTE_BASE_LOG_FOLDER (#24935)
---
 docs/apache-airflow-providers-microsoft-azure/logging/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow-providers-microsoft-azure/logging/index.rst b/docs/apache-airflow-providers-microsoft-azure/logging/index.rst
index 766dc69a4d..d0f176d01f 100644
--- a/docs/apache-airflow-providers-microsoft-azure/logging/index.rst
+++ b/docs/apache-airflow-providers-microsoft-azure/logging/index.rst
@@ -34,7 +34,7 @@ Follow the steps below to enable Azure Blob Storage logging:
     .. code-block:: ini
 
         # wasb buckets should start with "wasb" just to help Airflow select correct handler
-        REMOTE_BASE_LOG_FOLDER = 'wasb-<whatever you want here>'
+        REMOTE_BASE_LOG_FOLDER = 'wasb://<container_name>@<storage_account>.blob.core.windows.net'
 
         # Rename DEFAULT_LOGGING_CONFIG to LOGGING CONFIG
         LOGGING_CONFIG = ...