hunt3ri commented on issue #53442:
URL: https://github.com/apache/airflow/issues/53442#issuecomment-3284333601

   @ashb I think your second option is preferable, with the file and line 
number appearing after the timestamp, I think this is the most common pattern.  
Ideal world would be picking up the format from `airflow.cfg` allowing users to 
customise it.  However if that is not feasible (or not feasible yet) using the 
default log format from `airflow.cfg` would seem like a good starting point, eg
   
   `log_format = [%%(asctime)s] {%%(filename)s:%%(lineno)d} %%(levelname)s - 
%%(message)s`
   
   Appreciate you getting this working again 👍 
   


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