| 123456789101112 | [[error-file-path]]=== JVM fatal error logsBy default, Elasticsearch configures the JVM to write fatal error logsto the default logging directory (this is `/var/log/elasticsearch` forthe <<rpm,RPM>> and <<deb,Debian>> package distributions, and the `logs`directory under the root of the Elasticsearch installation for the<<targz,tar>> and <<zip-windows,zip>> archive distributions). These are logsproduced by the JVM when it encounters a fatal error (e.g., asegmentation fault). If this path is not suitable for receiving logs,you should modify the entry `-XX:ErrorFile=...` in<<jvm-options,`jvm.options`>> to an alternate path.
 |