eyjose.graphqlcodegen-maven-plugin.1.61.5.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 graphqlcodegen-maven-plugin Show documentation
Show all versions of graphqlcodegen-maven-plugin Show documentation
Maven port of the Netflix DGS GraphQL Codegen gradle build plugin
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>