Skip to content
Snippets Groups Projects
Commit ad246562 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'remove specific log config' (#298) from remove-specific-log-config into master

parents 9213c277 fb2f4528
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<Appenders>
<Console name="LogInJSON" target="SYSTEM_OUT">
<!-- <JsonLayout compact="true" properties="true" eventEol="true"></JsonLayout> -->
<JsonTemplateLayout
eventTemplateUri="classpath:EcsLayout.json"
maxStringLength="655360" />
</Console>
</Appenders>
<Loggers>
<Root level="WARN">
<appender-ref ref="LogInJSON" />
</Root>
</Loggers>
</configuration>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment