Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tanersener/91d0ec3e98d67983ca2fc6f0f3613bbd to your computer and use it in GitHub Desktop.
Save tanersener/91d0ec3e98d67983ca2fc6f0f3613bbd to your computer and use it in GitHub Desktop.
<conversionRule conversionWord="smartEx" converterClass="com.arthenica.smartexception.logback.SmartExceptionConverter"/>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger - %msg %smartEx{'rootPackage=com.arthenica','printModuleName=false','ignorePackage=jdk.internal','printPackageInformation=true'}%n</pattern>
</encoder>
</appender>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment