Update init.sls

This commit is contained in:
Mike Reeves
2021-12-10 14:10:05 -05:00
committed by GitHub
parent 45346b6318
commit 73ec595baa

View File

@@ -156,7 +156,7 @@ so-logstash:
- extra_hosts:
- {{ EXTRAHOSTHOSTNAME }}:{{ EXTRAHOSTIP }}
- environment:
- LS_JAVA_OPTS=-Xms{{ lsheap }} -Xmx{{ lsheap }} -Dlog4j2.formatMsgNoLookups=true
- LS_JAVA_OPTS=-Xms{{ lsheap }} -Xmx{{ lsheap }}
- port_bindings:
{% for BINDING in DOCKER_OPTIONS.port_bindings %}
- {{ BINDING }}