Skip to content
Snippets Groups Projects
Select Git revision
  • 52e2a8a265eea6abbfc42f0254bdbdba2efd34dc
  • main default protected
  • OZG-8217-InboxReference-AFM
  • OZG-8085-ci-components-poc
  • develop
  • release-2.19.0
  • 2.22.0
  • 2.21.0
  • 2.20.0
  • 2.19.3
  • 2.19.2
  • 2.19.1
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.15.1
  • 2.15.0
  • 2.14.0
  • 2.13.0
  • 2.12.0
  • 2.11.0
  • 2.10.0
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.0
26 results

release-startdev.sh

Blame
  • log4j2.xml 443 B
    <?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="65536" />
    		</Console>
    	</Appenders>
    
    	<Loggers>
    		<Root level="INFO">
    			<appender-ref ref="LogInJSON" />
    		</Root>
    	</Loggers>
    </configuration>