Nikky
10/17/2021, 10:31 PMlogging {
fromLoggerBase("dev.kord.rest")
fromMinLevel(Level.ERROR) {
applySinks()
}
}
logging {
fromLoggerBase("dev.kord")
fromMinLevel(Level.DEBUG) {
applySinks()
}
}
in something like this.. can i make sure that dev.kord.rest.*
(which comes from slf4j) only logs error level .. but everything else is on DEBUG ?Michael Strasser
10/18/2021, 8:41 AMNikky
10/18/2021, 10:12 AMconsumeAll = true
and that would mean log events matched by that entry would not continue to below thatMichael Strasser
10/18/2021, 10:48 PMMichael Strasser
10/19/2021, 11:31 AMNikky
10/19/2021, 3:32 PMNikky
10/19/2021, 3:52 PM[R]:[KTOR]:[ExclusionRequestRateLimiter]
that a library adds.. no idea what generates the name.. but even exactLogger("[R]:[KTOR]:[ExclusionRequestRateLimiter]", stopOnMatch = true)
does not seem to catch itNikky
10/19/2021, 3:53 PMhttps://nikky.catgirl.host/i/kqnzp1a4.png▾
Michael Strasser
10/19/2021, 10:59 PMLoggingConfig.kt
. I will fix it when I can.
See https://github.com/klogging/klogging/issues/60Nikky
10/20/2021, 8:07 AM\Q
and \E
seems to workMichael Strasser
10/20/2021, 12:20 PM