Skip to content

Commit 78ca7c7

Browse files
committed
chore: disable slf4j warning at startup
1 parent 5a28249 commit 78ca7c7

File tree

1 file changed

+1
-0
lines changed
  • backend/jvm/src/main/kotlin/dev/suresh

1 file changed

+1
-0
lines changed

backend/jvm/src/main/kotlin/dev/suresh/App.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ fun initProps() {
5353

5454
System.setProperty("jdk.tls.maxCertificateChainLength", "15")
5555
System.setProperty("jdk.includeInExceptions", "hostInfo")
56+
System.setProperty("slf4j.internal.verbosity", "WARN")
5657
System.setProperty("LOG_DIR", logDir)
5758

5859
println("${BuildConfig.description} v${BuildConfig.version}")

0 commit comments

Comments
 (0)