I am running a java process in the background. It prints out the log through system.out. It is supposed to run for a long time, so I can't stop it now. It is running on the CentOS 6.
Is there a command to capture the output from a java process running in the background?
thanks.