Skip to content

Commit

Permalink
ENCD-6261 nolookups to jvm options (#4223)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojolanki authored Jan 13, 2022
1 parent 5c658ab commit d7c6300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& chown encoded /app \
# Workaround for https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1899164
&& chown -R encoded /var/log/nginx /var/lib/nginx
RUN echo "-Dlog4j2.formatMsgNoLookups=true" | sudo tee -a /etc/elasticsearch/jvm.options

WORKDIR /app
USER encoded
Expand Down

0 comments on commit d7c6300

Please sign in to comment.