vthinkxie commented on pull request #11731: URL: https://github.com/apache/flink/pull/11731#issuecomment-619930895
Hi @GJL I have a discussion with @jinglining what about the following solutions 1. split the taskmanager and jobmanager logs into different folders to avoid they mixed together in the standalone mode. 2. add `lastModified` describe in [FLINK-16863](https://issues.apache.org/jira/browse/FLINK-16863) and `current:boolean` data in the list item. the `current` means that the log has the same name as the previous API such as `/jobmanager/stdout`, I can add a highlight or a tag in the frontend to prompt the users with it. we can get it from https://github.com/apache/flink/blob/b41f09f43f2d0e49300873d1bd85c9f5196c5081/flink-runtime/src/main/java/org/apache/flink/runtime/webmonitor/WebMonitorUtils.java#L71-L75 ---------------------------------------------------------------- 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]
