Fork me on GitHub
#ring
<
2022-07-31
>
ossoso09:07:29

Hello, could someone share an example of using the configurator entry in run-jetty 's options. For context: I'm trying to reduce logging during load testing.

ossoso10:07:54

ring-jetty-adapter 1.7.1 using jetty 9 it seems.

ossoso13:07:07

Added the following in my deps.edn definitions:

:jvm-opts ["-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.Slf4jLog"
           "-Dorg.eclipse.jetty.LEVEL=OFF"]