Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make the logger configurable #35

Open
ImUrX opened this issue Jun 18, 2022 · 1 comment
Open

make the logger configurable #35

ImUrX opened this issue Jun 18, 2022 · 1 comment

Comments

@ImUrX
Copy link

ImUrX commented Jun 18, 2022

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?

@kawamuray
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants