stuff.installapex.1.0.4.source-code.logback.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of installapex Show documentation
Show all versions of installapex Show documentation
Install any exising APEX Application
The newest version!
<configuration> <appender name="logback.springAppender" class="ch.qos.logback.ext.spring.DelegatingLogbackAppender" /> <turboFilter class="ch.qos.logback.classic.turbo.DynamicThresholdFilter"> <Key>thresholdFilter</Key> <DefaultThreshold>${installApex.logLevel:-OFF}</DefaultThreshold> </turboFilter> <root level="ALL"> <appender-ref ref="logback.springAppender" /> </root> </configuration>