aleinv18 commented on PR #50590:
URL: https://github.com/apache/airflow/pull/50590#issuecomment-3759672890

   Hi @gopidesupavan,
   
   I'm going crazy with remote logging. No logs show in UI and in GCS.
   I have deployed Airflow 3.1.4 on GKE (kubernet executor) this the logging 
env on values.yaml
   
   ```
   env:
     - name: "AIRFLOW__LOGGING__REMOTE_LOGGING"
       value: "true"
     - name: "AIRFLOW__LOGGING__LOGGING_LEVEL"
       value: "INFO"
     - name: "AIRFLOW__LOGGING__REMOTE_BASE_LOG_FOLDER"
       value: "gs://wisdomate-airflow-airflow-logs/airflow/logs"
     - name: "AIRFLOW__LOGGING__REMOTE_LOG_CONN_ID"
       value: "gcp"
   
   logs:
     persistence:
       enabled: false
   
   ```
   
   gcp is a empty connection, workload identity is configured. If I try to go 
inside pod and test a python code to list bucket no issues, it's works fine. In 
UI I see: 
   "Log message source details sources=["Could not read served logs: Invalid 
URL 'http://:8793/log/dag_id=XXXX"; No host supplied"]
   
   Please, could you help me?
   
   
   


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