How can I see the logs for an extension build step during a native build when using docker-image-container build #35279
Replies: 1 comment
-
Answer is change the logging level not to be info - logging at error and I could see them |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am building a Quarkus extension, my application/integration tests are built using Gradle and docker-image-container
During the native build of the application I can see some logs from GraalVM like:
But none from the logging in my extension build steps
I know it is running because I can print out extra config values it adds in the application
Beta Was this translation helpful? Give feedback.
All reactions