amoghrajesh commented on code in PR #36829:
URL: https://github.com/apache/airflow/pull/36829#discussion_r1462697843
##########
airflow/www/static/js/dag/details/taskInstance/Logs/utils.ts:
##########
@@ -97,6 +101,17 @@ export const parseLogs = (
line.includes(fileSourceFilter)
)
) {
+ const tagRegex = /<[a-z][\s\S]*>/i;
Review Comment:
Yeah makes sense, working on it
--
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]