Disable Jetty Logging

This commit is contained in:
Syer10
2024-11-17 14:48:02 -05:00
parent 668fdd6b4d
commit 2865a3bc50

View File

@@ -237,9 +237,7 @@ fun applicationSetup() {
runMigrations(applicationDirs) runMigrations(applicationDirs)
// Disable jetty's logging // Disable jetty's logging
System.setProperty("org.eclipse.jetty.util.log.announce", "false") setLogLevelFor("org.eclipse.jetty", Level.OFF)
System.setProperty("org.eclipse.jetty.util.log.class", "org.eclipse.jetty.util.log.StdErrLog")
System.setProperty("org.eclipse.jetty.LEVEL", "OFF")
// socks proxy settings // socks proxy settings
serverConfig.subscribeTo( serverConfig.subscribeTo(