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 17
17
import ch .qos .logback .classic .LoggerContext ;
18
18
import ch .qos .logback .classic .joran .JoranConfigurator ;
19
19
import ch .qos .logback .core .joran .spi .JoranException ;
20
- import ch .qos .logback .core .util .StatusPrinter ;
20
+ import ch .qos .logback .core .util .StatusPrinter2 ;
21
21
import java .io .BufferedReader ;
22
22
import java .io .ByteArrayInputStream ;
23
23
import java .io .IOException ;
@@ -50,7 +50,7 @@ static void configureLog() throws IOException {
50
50
} finally {
51
51
configurationFile .close ();
52
52
}
53
- StatusPrinter .printInCaseOfErrorsOrWarnings (context );
53
+ new StatusPrinter2 () .printInCaseOfErrorsOrWarnings (context );
54
54
}
55
55
56
56
private static Map <String , Object > convertKeyValuePairs (String arg ) {
You can’t perform that action at this time.
0 commit comments