Skip to content

Commit

Permalink
GH-5064: back to jetty logging
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Hanssens <[email protected]>
  • Loading branch information
barthanssens committed Jul 23, 2024
1 parent 146063b commit 828c819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-jetty
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY --from=temp /tmp/eclipse-rdf4j*/war/*.war /var/lib/jetty/webapps/

RUN mkdir -p /var/rdf4j && \
chown -R jetty:jetty /var/rdf4j /var/lib/jetty/webapps && \
java -jar $JETTY_HOME/start.jar --add-to-start=console-capture,logging-slf4j,slf4j-simple-impl,requestlog
java -jar $JETTY_HOME/start.jar --add-to-start=console-capture,logging-jetty,requestlog

USER jetty

Expand Down

0 comments on commit 828c819

Please sign in to comment.