ecodina opened a new issue, #25533: URL: https://github.com/apache/airflow/issues/25533
### Description The general idea would be to improve the built-in log view inside the webpage. Instead of "just" showing the log file on the browser, the webpage could parse it and help the user find what they are looking for. I could not find similar requests, either as issues or inside AIP-38. ### Use case/motivation Some logs are quite long and, since Airflow is quite verbose, it is sometimes difficult to follow all the text. I have seen that Airflow is now working on AIP-38: Modern Web Application, so I think this feature request comes at a good time. I think that the usability of the webpage could be greatly improved if the following items were implemented: - Color scheme: different colors for the time, module, type (error, info, debug, ...) and actual text. - Possibility to filter: only show one type or one module. - Possibility to search. - Automatic refresh (not as necessary), so that we can see the new lines on the log file without refreshing the web page As a good example, I recommend taking a look at how Prefect handles logs. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
