Skip to content

Commit

Permalink
Pass på at JVM lager stacktraces (#2793)
Browse files Browse the repository at this point in the history
  • Loading branch information
tendestad authored May 21, 2024
1 parent 47a2bc8 commit d7e63f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENV TZ=Europe/Oslo
RUN mkdir lib
RUN mkdir conf

ENV JAVA_OPTS="-Djava.security.egd=file:/dev/urandom \
ENV JAVA_OPTS="-XX:-OmitStackTraceInFastThrow \
-Djava.security.egd=file:/dev/urandom \
-Dlogback.configurationFile=conf/logback.xml"

# Config
Expand Down

0 comments on commit d7e63f9

Please sign in to comment.