Skip to content

Commit

Permalink
drop jansi windows color logging support
Browse files Browse the repository at this point in the history
  • Loading branch information
hennr committed Apr 15, 2024
1 parent 511e1fa commit ab0fc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")

// logging
implementation("ch.qos.logback:logback-classic")
implementation("ch.qos.logback:logback-access")
implementation("net.logstash.logback:logstash-logback-encoder:7.4")
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

<springProfile name="default">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<withJansi>true</withJansi>
<encoder>
<pattern>%highlight(%.-1level) %date{HH:mm:ss.SSS} %X{request-url} [%30.30logger] %msg%n%rEx{full,
org.springframework, sun.reflect, java.lang.reflect, rx.internal,
Expand Down

0 comments on commit ab0fc74

Please sign in to comment.