All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gate.gate-web.6.63.0.source-code.logback-defaults.xml Maven / Gradle / Ivy

There is a newer version: 6.64.0
Show newest version
<configuration>
  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %5p ${PID:- } --- [%15.15t] %-40.40logger{39} : [%X{X-SPINNAKER-USER}] %m%n
      </pattern>
    </encoder>
  </appender>

  <logger name="org.opensaml" level="DEBUG"/>

  <root level="INFO">
    <appender-ref ref="STDOUT" />
  </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy