Skip to content

Commit

Permalink
Disable Jansi for Windows compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 17, 2023
1 parent 80bf97e commit 6c78d61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<withJansi>true</withJansi>
<withJansi>false</withJansi><!-- disabled for Windows compatibility (see https://github.com/micronaut-projects/micronaut-core/issues/1521)-->
<!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
Expand Down

0 comments on commit 6c78d61

Please sign in to comment.