vsilviaMO commented on issue #50274:
URL: https://github.com/apache/airflow/issues/50274#issuecomment-3228855935

   @ashb Well, I think it impacts both, but in different ways. And I don't want 
to change the format, per se, I want the format to match the config. So in the 
UI, the output is:
   
   `[2025-05-06, 10:06:11] INFO - File processing completed successfully: 
source="utils.common_tasks_v4"`
   
   But the config says it should look like this:
   
   `log_format = [%%(asctime)s] {%%(filename)s:%%(lineno)d} %%(levelname)s - 
%%(message)s`
   
   No "source=", and there is no "{filename:lineno}" output as expected. The 
log_format above matches the format in 2.10.0:
   
   `[2025-04-30, 23:04:21 UTC] {common_tasks_v4.py:45} INFO - File processing 
completed successfully`
   
   That all seems to be in the UI.
   
   But, the actual daemon logs are outputting in JSON format even though the 
`json_format` parameter is set to False.


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