
ugins.grails-redis.5.0.0-M1.source-code.logback-spring.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grails-redis Show documentation
Show all versions of grails-redis Show documentation
This Plugin provides access to Redis and various utilities(service, annotations, etc) for caching.
<?xml version="1.0" encoding="UTF-8"?> <configuration> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder"> <charset>UTF-8</charset> <pattern>%level %logger - %msg%n</pattern> </encoder> </appender> <root level="error"> <appender-ref ref="STDOUT" /> </root> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy