mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Disable Jetty Logging
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user