Skip to content
Snippets Groups Projects
Commit 673dbef4 authored by Martin's avatar Martin
Browse files

adjust logging

parent c474b206
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,10 @@
<Appenders>
<Console name="LogInJSON" target="SYSTEM_OUT">
<!-- <JsonLayout compact="true" properties="true" eventEol="true"></JsonLayout> -->
<JsonTemplateLayout
<!--<JsonTemplateLayout
eventTemplateUri="classpath:EcsLayout.json"
maxStringLength="65536" />
maxStringLength="65536" />-->
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n%throwable" />
</Console>
</Appenders>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment