Add jackson layout, rename stackdriver, include no logback.xml.

This commit is contained in:
Stephan Schnabel 2021-10-28 13:12:14 +02:00
parent 45c5a0a4c5
commit 5680a281ea
17 changed files with 246 additions and 65 deletions

View file

@ -39,6 +39,8 @@ public class TestController {
level = Level.ERROR;
}
log.info("Test log for MDC inclusion, expected: {}", principal);
return new TestResponse(level.toString(), principal);
}

View file

@ -1,2 +0,0 @@
serviceName: ${project.artifactId}
serviceVersion: ${project.version}

View file

@ -10,7 +10,3 @@ micronaut:
http:
client:
logger-name: io.kokuwa.Test
logger:
levels:
io.kokuwa.Test: TRACE