Created
April 3, 2022 12:13
-
-
Save tanersener/60b987d6e8842e4c0196edf95025c86c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> | |
<encoder class="net.logstash.logback.encoder.LogstashEncoder"> | |
<throwableConverter class="com.arthenica.smartexception.logback.SmartExceptionConverter"> | |
<printModuleName>false</printModuleName> | |
<printPackageInformation>true</printPackageInformation> | |
<rootPackage>com.arthenica</rootPackage> | |
<groupPackage>org.springframework</groupPackage> | |
<ignorePackage>jdk.internal</ignorePackage> | |
</throwableConverter> | |
</encoder> | |
</appender> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment