Logs and QuarkusIntegrationTests #22594
Answered
by
geoand
gustoneves
asked this question in
Q&A
-
During QuarkusIntegrationTests is it possible to view the logs of the application container during a mvn verify ? This is specially useful when running in a CI pipeline and want to see why a test failed. |
Beta Was this translation helpful? Give feedback.
Answered by
geoand
Jan 3, 2022
Replies: 2 comments
-
/cc @geoand |
Beta Was this translation helpful? Give feedback.
0 replies
-
The application logs in a file named I also opened #22596 to print the location of the file if there is a test error |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gustoneves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The application logs in a file named
quarkus.log
in the build system's outpur directory (target
for Maven)I also opened #22596 to print the location of the file if there is a test error