Skip to content

Commit 11f03db

Browse files
committed
Properly format parameters in LogCollectorTestResource#format
1 parent 95f89bc commit 11f03db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-framework/junit5-internal/src/main/java/io/quarkus/test/LogCollectingTestResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class LogCollectingTestResource implements QuarkusTestResourceLifecycleMa
2525
public static final String EXCLUDE = "exclude";
2626
public static final String INCLUDE = "include";
2727

28-
private static final Formatter LOG_FORMATTER = new PatternFormatter("%s");
28+
private static final Formatter LOG_FORMATTER = new PatternFormatter("%m");
2929

3030
public static String format(LogRecord record) {
3131
return LOG_FORMATTER.format(record);

0 commit comments

Comments
 (0)