How can I control the size of the elasticsearch stdout file

The elasticsearch process is throwing errors. The errors need to be addressed, but they don't prevent the application from working. The errors are also being written to the log file. But in the meantime, how can I prevent the stdout file from growing huge? The log file is under control of log4j. That is working fine: files roll over and get compressed. How can I limit the size of stdout while we are working on fixing the error.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.