wasmtime-java icon indicating copy to clipboard operation
wasmtime-java copied to clipboard

make the logger configurable

Open ImUrX opened this issue 2 years ago • 1 comments

there are situations like mods for minecraft where we cant disable debug so the lib still logs in the java-side and makes the code run slower, is there any chance for making this configurable?

ImUrX avatar Jun 18 '22 17:06 ImUrX

wasmtime-java uses Slf4j for all loggings so depending on which logger backend (log4j, logback, etc) is used in your application, you should be able to configure your backend to suppress logging from io.github.kawamuray.wasmtime package.

kawamuray avatar Jun 19 '22 06:06 kawamuray