Is it possible for a 3rd party library to disable logging in my main program?
i
Iaroslav Postovalov
11/02/2020, 7:23 AM
What logging library do you use?
n
nfrankel
11/02/2020, 9:25 AM
is it kotlin specific?
b
bjonnh
11/02/2020, 3:39 PM
I'm using log4j through slf4j and kotlin logging (many libraries using different systems). I debugged it and it is a library that I am calling that is changing the root logger level…