Open yuk1ty opened 8 months ago
I agree that it would be best to get rid of the warning, but ideally we should forward those messages to JUL too, so they get picked up by own our logging pipeline.
I'm really not familiar with how Java/Kotlin do logging, but is there a reason why slf4j-api.jar is included in the deps at all?
Libraries often use SLF4J as their logging API
(I'm not sure where I should write this kind of discussion so I filed an issue. This issue is just a proposal for the maintainer; not a bug stuff ππ»)
We can see the following log when we launch the server (and there are lots of mentions in issues of this repo):
I propose that it should be ok if we suppress this warning by adding
slf4j-nop
into dependencies. The kotlin-language-server seems to be mainly taking advantage ofjava.util.logging.Logger
as far as I know. I tried to add it on my local machine and the removal was working fine. The page in the message says the following thing as well:What do you think about that? If that seems to be ok, I would like to work on this!