Merge pull request #6680 from er1c/mainlogging-defaultscreen-args

Update MainAppender.defaultScreen to use passed in console arg #6678
This commit is contained in:
eugene yokota 2021-10-16 13:48:08 -04:00 committed by GitHub
commit b795b622d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ object MainAppender {
): Appender = {
ConsoleAppender(
ConsoleAppender.generateName,
Terminal.get,
console,
suppressedMessage = suppressedMessage
)
}