Skip to content

Commit d7c6300

Browse files
authored
ENCD-6261 nolookups to jvm options (#4223)
1 parent 5c658ab commit d7c6300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
4343
&& chown encoded /app \
4444
# Workaround for https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1899164
4545
&& chown -R encoded /var/log/nginx /var/lib/nginx
46+
RUN echo "-Dlog4j2.formatMsgNoLookups=true" | sudo tee -a /etc/elasticsearch/jvm.options
4647

4748
WORKDIR /app
4849
USER encoded

0 commit comments

Comments
 (0)