Skip to content

Commit

Permalink
add missing consoleAppender.setWithJansi(true) call
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Apr 7, 2024
1 parent 81ab4ac commit aa68978
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import ch.qos.logback.core.util.StatusPrinter2;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.slf4j.spi.MDCAdapter;

public class Logback1759Test {

Expand Down Expand Up @@ -68,6 +67,7 @@ public void smoke() {
consoleAppender.stop();

init();
consoleAppender.setWithJansi(true);
consoleAppender.start();

consoleAppender.doAppend(le);
Expand Down

0 comments on commit aa68978

Please sign in to comment.