Skip to content

Commit aa68978

Browse files
committed
add missing consoleAppender.setWithJansi(true) call
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 81ab4ac commit aa68978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: logback-classic/src/test/java/ch/qos/logback/classic/issue/logback_1759/Logback1759Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import ch.qos.logback.core.util.StatusPrinter2;
2525
import org.junit.jupiter.api.BeforeEach;
2626
import org.junit.jupiter.api.Test;
27-
import org.slf4j.spi.MDCAdapter;
2827

2928
public class Logback1759Test {
3029

@@ -68,6 +67,7 @@ public void smoke() {
6867
consoleAppender.stop();
6968

7069
init();
70+
consoleAppender.setWithJansi(true);
7171
consoleAppender.start();
7272

7373
consoleAppender.doAppend(le);

0 commit comments

Comments
 (0)