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.
ring-jetty-adapter 1.7.1 using jetty 9 it seems.
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"]