RdgFerreira commented on issue #42136:
URL: https://github.com/apache/airflow/issues/42136#issuecomment-3487878712

   The following env settings fixed the issued for me in a `airflow standalone` 
setup (version 3.1.1) with locally mounted log volumes and custom ports for 
server logging (exposed in the docker build):
   
   AIRFLOW__CORE__LOAD_EXAMPLES=False
   AIRFLOW__CORE__EXECUTOR=LocalExecutor
   AIRFLOW__LOGGING__REMOTE_LOGGING=False
   AIRFLOW__LOGGING__WORKER_LOG_SERVER_PORT=9998
   AIRFLOW__LOGGING__TRIGGER_LOG_SERVER_PORT=9999
   
   From 
[https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/logging-tasks.html](url):
 
   
   <img width="1159" height="489" alt="Image" 
src="https://github.com/user-attachments/assets/4c15c567-4515-4975-bc2d-865d35a3982e";
 />
   


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