File tree 3 files changed +3
-3
lines changed
powertools-examples-parameters/src/main/resources
powertools-examples-serialization/src/main/resources
powertools-tracing/src/test/resources
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<Configuration packages =" com.amazonaws.services.lambda.runtime.log4j2" >
3
3
<Appenders >
4
4
<Console name =" JsonAppender" target =" SYSTEM_OUT" >
5
- <LambdaJsonLayout compact = " true " eventEol = " true " />
5
+ <JsonTemplateLayout eventTemplateUri = " classpath:LambdaJsonLayout.json " />
6
6
</Console >
7
7
</Appenders >
8
8
<Loggers >
Original file line number Diff line number Diff line change 2
2
<Configuration packages =" com.amazonaws.services.lambda.runtime.log4j2" >
3
3
<Appenders >
4
4
<Console name =" JsonAppender" target =" SYSTEM_OUT" >
5
- <LambdaJsonLayout compact = " true " eventEol = " true " />
5
+ <JsonTemplateLayout eventTemplateUri = " classpath:LambdaJsonLayout.json " />
6
6
</Console >
7
7
</Appenders >
8
8
<Loggers >
Original file line number Diff line number Diff line change 2
2
<Configuration packages =" com.amazonaws.services.lambda.runtime.log4j2" >
3
3
<Appenders >
4
4
<File name =" JsonAppender" fileName =" target/logfile.json" >
5
- <LambdaJsonLayout compact = " true " eventEol = " true " />
5
+ <JsonTemplateLayout eventTemplateUri = " classpath:LambdaJsonLayout.json " />
6
6
</File >
7
7
</Appenders >
8
8
<Loggers >
You can’t perform that action at this time.
0 commit comments