yanghua commented on issue #9238: [FLINK-13387][WebUI] Fix log download for old UI URL: https://github.com/apache/flink/pull/9238#issuecomment-515641316 Hi @zentol When clicking the download button, the behavior is open a new web page and show the content of the whole log file. There is a simple way to avoid this behavior, we could add a `download` attribute for `<a></a>` tag which is [a standard of HTML](https://www.w3schools.com/tags/att_a_download.asp). It seems the new web UI also uses this attribute.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
