Add jackson layout, rename stackdriver, include no logback.xml.
This commit is contained in:
parent
45c5a0a4c5
commit
5680a281ea
17 changed files with 246 additions and 65 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
serviceName: ${project.artifactId}
|
||||
serviceVersion: ${project.version}
|
|
@ -10,7 +10,3 @@ micronaut:
|
|||
http:
|
||||
client:
|
||||
logger-name: io.kokuwa.Test
|
||||
|
||||
logger:
|
||||
levels:
|
||||
io.kokuwa.Test: TRACE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue