Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store JVM error logs along Elasticsearch logs (#44)
With this commit we specify the `-XX:ErrorFile` JVM parameter in `jvm.options` and have it point to the log directory. By default, the JVM writes this file to directory in which `java` is invoked (which is the Elasticsearch root directory). This change simplifies archiving logs and other data without accidentally missing the JVM error log.
- Loading branch information