ring

ossoso 2022-07-31T09:37:29.957229Z

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.

ossoso 2022-07-31T10:15:54.498739Z

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

ossoso 2022-07-31T13:01:07.458329Z

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"]