Skip to content

Commit 93abbae

Browse files
committed
Change logging
1 parent 1f29aa9 commit 93abbae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/failchat/Logging.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private fun configureConsoleAppender(logbackContext: LoggerContext): ConsoleAppe
7777
return ConsoleAppender<ILoggingEvent>().apply {
7878
context = logbackContext
7979
encoder = consoleEncoder
80-
target = "System.err"
80+
target = "System.out"
8181
isWithJansi = true
8282
start()
8383
}

0 commit comments

Comments
 (0)