Refactor TestcontainersCassandraConfiguration class and fix Standard Output logging format specificier syntax error.
This commit is contained in:
@@ -110,7 +110,7 @@ public class TestcontainersCassandraConfiguration extends TestCassandraConfigura
|
||||
}
|
||||
|
||||
protected void logToSystemOut(String message, Object... arguments) {
|
||||
System.out.printf("%s%n", arguments);
|
||||
System.out.printf(message, arguments);
|
||||
System.out.flush();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user