mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Add logging property (#81622)
This commit is contained in:
parent
68836bbdf7
commit
ef64808caf
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ final class SystemJvmOptions {
|
|||
// log4j 2
|
||||
"-Dlog4j.shutdownHookEnabled=false",
|
||||
"-Dlog4j2.disable.jmx=true",
|
||||
"-Dlog4j2.formatMsgNoLookups=true",
|
||||
/*
|
||||
* Due to internationalization enhancements in JDK 9 Elasticsearch need to set the provider to COMPAT otherwise time/date
|
||||
* parsing will break in an incompatible way for some date patterns and locales.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue