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

eyjose.graphqlcodegen-maven-plugin.1.61.5.source-code.logback.xml Maven / Gradle / Ivy

The newest version!
<configuration>
  # Console appender
  <appender name="stdout" class="ch.qos.logback.core.ConsoleAppender">
    <layout class="ch.qos.logback.classic.PatternLayout">
      # Pattern of log message for console appender
      <Pattern>%d{yyyy-MM-dd HH:mm:ss} %-5p %m%n</Pattern>
    </layout>
  </appender>

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy