tirkarthi commented on issue #37443: URL: https://github.com/apache/airflow/issues/37443#issuecomment-2054060070
I have opened https://github.com/apache/airflow/pull/39006 with screenshots as one possible approach. Using custom handler would also mean the log endpoint will emit logs with ansi code while being processed by other systems than UI. The PR makes changes only in JavaScript layer and also adds options to users to highlight their own error and warning keywords. It uses red color for errors and yellow color for warnings in bold style. We have been using color logs in Airflow 2.3.4 release internally similar to this approach by using regex matching at JavaScript end and received positive feedback in debugging failures. Please review the PR and let me know your thoughts. -- 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]
