mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
Enabling GC logging works now by setting the environment variable ES_GC_LOG_FILE to the full path to the GC log file. Missing directories will be created as needed. The ES_USE_GC_LOGGING environment variable is no longer used. Closes #8471 Closes #8479