File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/rabbitmq/stream/perf Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717import ch .qos .logback .classic .LoggerContext ;
1818import ch .qos .logback .classic .joran .JoranConfigurator ;
1919import ch .qos .logback .core .joran .spi .JoranException ;
20- import ch .qos .logback .core .util .StatusPrinter ;
20+ import ch .qos .logback .core .util .StatusPrinter2 ;
2121import java .io .BufferedReader ;
2222import java .io .ByteArrayInputStream ;
2323import java .io .IOException ;
@@ -50,7 +50,7 @@ static void configureLog() throws IOException {
5050 } finally {
5151 configurationFile .close ();
5252 }
53- StatusPrinter .printInCaseOfErrorsOrWarnings (context );
53+ new StatusPrinter2 () .printInCaseOfErrorsOrWarnings (context );
5454 }
5555
5656 private static Map <String , Object > convertKeyValuePairs (String arg ) {
You can’t perform that action at this time.
0 commit comments