You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
333 B

  1. <configuration>
  2. <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
  3. <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
  4. <pattern>%msg%n</pattern>
  5. </encoder>
  6. </appender>
  7. <root level="error">
  8. <appender-ref ref="CONSOLE" />
  9. </root>
  10. </configuration>