Skip to content

Instantly share code, notes, and snippets.

@BenjaminKlatt
Created October 12, 2020 21:01
Show Gist options
  • Save BenjaminKlatt/87dbde50e028bd859390cbb4421cbab8 to your computer and use it in GitHub Desktop.
Save BenjaminKlatt/87dbde50e028bd859390cbb4421cbab8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- Note: deactivate debug logs for ArchUnit to prevent OutOfMemory errors on windows terminals. -->
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />
<root level="INFO">
<appender-ref ref="CONSOLE" />
</root>
<logger name="com.tngtech.archunit" level="WARN"/>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment