rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-700010022
I believe you also need to adopt the `config.sh#rotateLogFile` function, as it rotates existing logs. (basically when you run start-cluster, stop-cluster, start-cluster, the old log files will have a `.1` in the end) With your change, now the .1 file is empty on the second start. I don't have a good idea how to solve this right away. ---------------------------------------------------------------- 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]
