Skip to content
Snippets Groups Projects
Select Git revision
  • 05e212c1f157d8a4528df37e0dae8be35349ea89
  • main default protected
  • tooltip-improvements
  • admin-cleanup
  • OZG-8376-ods-select
  • OZG-8405-Alfa-Bearbeiter-auswählen-und-entfernen-Design
  • OZG-7981-Statistik-Anzeige-von-Mandanten
  • OZG-6319-inlcude-externe-fachstelle-to-collaboration
  • OZG-8430-radio-button-card-styling
  • OZG-7981-Statistik-Anzeige-von-Mandanten-2
  • wip-sebo-sebastian
  • fix-storybook
  • OZG-8314-Alfa-Vorgang-Bearbeiter-Zuweisung-entfernen
  • testing-imports
  • storybook-improvements
  • release-administration
  • OZG-8422-BenutzerSpeichern
  • release-info
  • release
  • OZG-7856_schadcode-scanner-e2e
  • OZG-7985-fix-sorting
  • 1.12.1-administration
  • 1.12.0-administration
  • 1.12.0-info
  • 2.27.0-alfa
  • 1.11.0-info
  • 1.11.0-administration
  • 2.26.0-alfa
  • 1.10.0-info
  • 1.10.0-administration
  • 2.25.0-alfa
  • 1.9.0-info
  • 1.9.0-administration
  • 2.24.0-alfa
  • 1.8.0-info
  • 1.8.0-administration
  • 2.23.0-alfa
  • 1.7.0-info
  • 1.7.0-administration
  • 2.22.0-alfa
  • 1.6.0-info
41 results

cypress.util.ts

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>