You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While developing a org.graalvm.nativeimage.hosted.Feature for Spring Framework, we would like to be able to log easily with at least the capability to differentiate verbose (when --verbose is used) and regular (by default) modes on the standard output displayed during the build.
org.graalvm.compiler.debug.DebugContext seems not a good fit for that (too low level and related to dumps) so we have to use System.out.println which does not allow to only display logs when --verbose is set.
Please add the spring label to this issue.
The text was updated successfully, but these errors were encountered:
While developing a
org.graalvm.nativeimage.hosted.Feature
for Spring Framework, we would like to be able to log easily with at least the capability to differentiate verbose (when--verbose
is used) and regular (by default) modes on the standard output displayed during the build.org.graalvm.compiler.debug.DebugContext
seems not a good fit for that (too low level and related to dumps) so we have to useSystem.out.println
which does not allow to only display logs when--verbose
is set.Please add the
spring
label to this issue.The text was updated successfully, but these errors were encountered: