bbovenzi commented on code in PR #24373:
URL: https://github.com/apache/airflow/pull/24373#discussion_r899494685


##########
airflow/utils/log/colored_log.py:
##########
@@ -43,6 +43,9 @@ class CustomTTYColoredFormatter(TTYColoredFormatter):
     traceback.
     """
 
+    default_time_format = '%Y-%m-%d %H:%M:%S%z'
+    default_msec_format = '%s %03dms'

Review Comment:
   We _should_ send the date to the UI that moment can parse. But that is 
annoying if it's non-trivial. We can go with this for now. But we should get 
that single log parsing function soon so the gird view keeps this in 
consideration too.



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