We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a8940 commit d2fbff7Copy full SHA for d2fbff7
jobs/elasticsearch/templates/config/jvm.options.erb
@@ -46,4 +46,6 @@
46
-Dlog4j2.disable.jmx=true
47
-Dlog4j.skipJansi=true
48
49
-<% p('elasticsearch.jvm_options').each do |opt| %><%= opt %><% end %>
+<% p('elasticsearch.jvm_options').each do |opt| %>
50
+<%= opt %>
51
+<% end %>
0 commit comments