I would like to pinpoint a high CPU usage in GrayLog, and for that, I am taking some Thread Dumps using “kill -3 PID” . Usually, those Thread Dumps are written to stdout or stderr log files for the Java process running. In this case, Thread Dumps are not showing in server.log.
What could be happening ? Where are they being written ?