mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
In the unexpected case that Elasticsearch dies due to a segfault or other similar native issue, a core dump is useful in diagnosing the problem. Yet core dumps are written to the working directory, which is read-only for most installations of Elasticsearch. This commit changes the working directory to the logs dir which should always be writeable.
5 lines
99 B
YAML
5 lines
99 B
YAML
pr: 124966
|
|
summary: Use logs dir as working directory
|
|
area: Infra/CLI
|
|
type: enhancement
|
|
issues: []
|