Skip to content

Commit

Permalink
test: add logback and remove jansi (#521)
Browse files Browse the repository at this point in the history
* remove jansi

* add logging

* Update gradle/libs.versions.toml

Co-authored-by: Tim Yates <[email protected]>

---------

Co-authored-by: Tim Yates <[email protected]>
  • Loading branch information
sdelamo and timyates authored Oct 9, 2023
1 parent e45c543 commit bcb5ed1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ micronaut-docs = "2.0.0"
micronaut-test = "4.0.2"
micronaut-serde = "2.2.5"
micronaut-validation = "4.0.3"
micronaut-logging = "1.1.2"

groovy = "4.0.13"
spock = "2.3-groovy-4.0"
Expand Down
1 change: 1 addition & 0 deletions test-suite-consul-graal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
testImplementation(libs.awaitility)
testImplementation(mn.snakeyaml)
testImplementation(projects.micronautDiscoveryClient)
testRuntimeOnly(mnLogging.logback.classic)
}

tasks {
Expand Down
1 change: 0 additions & 1 deletion test-suite-consul-graal/src/test/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<withJansi>true</withJansi>
<!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
Expand Down

0 comments on commit bcb5ed1

Please sign in to comment.