-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
java.util.logging not working in native image #728
Comments
This is annoying because Logback and Log4j2 are not working with Substrate VM yet, so making that one supported would at least provide a solution to get logs with Graal native images, which seems a pretty basic need. |
Repro project available here: https://github.com/sdeleuze/graal-issues/tree/master/java-util-logging |
You could try to add your own Handler that prints log messages to |
Isn't that what the default |
Interestingly, the sample above (same as @sdeleuze 's) works for me if I add |
This is fixed in 1f851ca which will be available in rc14. |
I added some |
…inal Unmark suites and bump version to 23.1.3.2
In a normal JVM:
This app runs with no errors but doesn't log anything in SVM.
The text was updated successfully, but these errors were encountered: