We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f29aa9 commit 93abbaeCopy full SHA for 93abbae
1 file changed
src/main/kotlin/failchat/Logging.kt
@@ -77,7 +77,7 @@ private fun configureConsoleAppender(logbackContext: LoggerContext): ConsoleAppe
77
return ConsoleAppender<ILoggingEvent>().apply {
78
context = logbackContext
79
encoder = consoleEncoder
80
- target = "System.err"
+ target = "System.out"
81
isWithJansi = true
82
start()
83
}
0 commit comments