lyuyunbo opened a new pull request, #38008:
URL: https://github.com/apache/airflow/pull/38008

   Related: [discussion](https://github.com/apache/airflow/discussions/29302)
   
   When DockerOperator logs are displayed in the Airflow UI, the logs from the 
container are prefixed with "[asctime UTC] {docker.py:[line]} INFO -" in some 
"random" lines. This prefix can disrupt the logging format inside the container 
and is often redundant:
   
   - [asctime UTC]: This timestamp may duplicate timestamps already present in 
the container logs
   - {docker.py:[line]}: This information is constant when the container is 
running and provides little value
   - INFO: The logging level is often misleading, as the actual log content may 
be of a different severity
   
   This PR removes these three components from the logging prefix and only 
displaying the logs from the container, which aims to enhance the readability 
of the entire logging output.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to