alessandro-peyrachia-rnc opened a new issue, #58946:
URL: https://github.com/apache/airflow/issues/58946

   ### Apache Airflow Provider(s)
   
   microsoft-azure
   
   ### Versions of Apache Airflow Providers
   
   12.8.1
   
   ### Apache Airflow version
   
   3.1.3
   
   ### Operating System
   
   Ubuntu 22.04
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   Deployed in AKS 1.32.7
   Helm Chart 1.18.0 with airflow image 3.1.3 + updated 
[email protected]
   
   Remote logging configuration
   ```
   AIRFLOW__LOGGING__REMOTE_LOGGING=true
   AIRFLOW__LOGGING__REMOTE_LOG_CONN_ID=azure_default_logging #custom connection
   AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER=wasb://logs 
   AIRFLOW__AZURE_REMOTE_LOGGING__REMOTE_WASB_LOG_CONTAINER=airflow-logs
   ```
   
   ### What happened
   
   Checking the documentation, configuration 
AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER should start with wasb:// and the 
folder where to store logs in the designated container.
   
   By setting it as described above, logs are stored in airflow-logs/wasb:/{No 
Name}/logs
   
   ### What you think should happen instead
   
   Log output is working
   <img width="2756" height="258" alt="Image" 
src="https://github.com/user-attachments/assets/2fd6b472-0ea8-40ae-824e-ba388c87e9e3";
 />
   
   Log path is a little off
   
   <img width="2884" height="612" alt="Image" 
src="https://github.com/user-attachments/assets/f44966cc-f96f-4172-a716-46711855d473";
 />
   
   ### How to reproduce
   
   simply set AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER=wasb://logs 
   
   ### Anything else
   
   As a workaround, setting 
   `AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER=wasb-logs
   `
   correctly stores the log in the wasb-logs folder at the root of the container
   
   <img width="2862" height="502" alt="Image" 
src="https://github.com/user-attachments/assets/22af18f4-db07-46f1-b5f0-97224e4ba5b2";
 />
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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