has anybody here had success with using Klogging through a gradle plugin ? i get plain output but not the usual timetamp, threadname etc
o
oshai
10/10/2018, 6:08 PM
You mean kotlin-logging?
n
Nikky
10/10/2018, 6:08 PM
yes
Nikky
10/10/2018, 6:09 PM
and it seems ike it is working as inteded and the fancy stuff i see when executing it directly comes from logback-classic
wonder if there is a simple way to get that i the gradle task output
o
oshai
10/10/2018, 6:11 PM
Do you have an example you can share? Usually the way to debug that is to start unwrapping frameworks? ie: try to use slf4j logger directly or even more directly to logback/log4j.