tirkarthi commented on code in PR #41222:
URL: https://github.com/apache/airflow/pull/41222#discussion_r1705773013


##########
airflow/www/static/js/utils/index.ts:
##########
@@ -25,6 +25,8 @@ import useOffsetTop from "./useOffsetTop";
 // Delay in ms for various hover actions
 const hoverDelay = 200;
 
+const logMarkers = ["::group::", "::endgroup::"];

Review Comment:
   I have updated `highlightByKeywords` method to get the log marker regex 
defined in the original place and modified the function to do regex matching.



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