We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f89bc commit 11f03dbCopy full SHA for 11f03db
test-framework/junit5-internal/src/main/java/io/quarkus/test/LogCollectingTestResource.java
@@ -25,7 +25,7 @@ public class LogCollectingTestResource implements QuarkusTestResourceLifecycleMa
25
public static final String EXCLUDE = "exclude";
26
public static final String INCLUDE = "include";
27
28
- private static final Formatter LOG_FORMATTER = new PatternFormatter("%s");
+ private static final Formatter LOG_FORMATTER = new PatternFormatter("%m");
29
30
public static String format(LogRecord record) {
31
return LOG_FORMATTER.format(record);
0 commit comments