rmetzger commented on pull request #16166: URL: https://github.com/apache/flink/pull/16166#issuecomment-861556081
The logs need to be accessible in the Flink UI, since its using the same mechanism for fetching the logs. Logs are accessible from the UI if the `taskmanager.log.path` configuration parameter is set, or the `log.file` system property. We'll fetch the file stored in that location. I believe this works with all default deployments, where the default log4j2 config / deployment scripts/code takes care of configuring this correctly. -- 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]
