StephanEwen opened a new pull request #11023: [FLINK-15920][build] Show thread names in logs by default URL: https://github.com/apache/flink/pull/11023 ## What is the purpose of the change Having thread names in log lines make it much easier to understand from which task they come. Enabling that by default on the CI setup helps with analyzing bugs and unstable tests. This changes like layout from ``` 00:34:49,997 INFO org.apache.flink.streaming.runtime.tasks.StreamTask - loading State ... ``` to ``` 00:34:49,997 [MyWindow Operator (1/4)] INFO org.apache.flink.streaming.runtime.tasks.StreamTask - loading State ... ```
---------------------------------------------------------------- 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
