.plugins.mongo-update-embedded.2.0.1.source-code.logback.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongo-update-embedded Show documentation
Show all versions of mongo-update-embedded Show documentation
This plugin is used to update embedded instances when parent class gets updated.
The newest version!
import ch.qos.logback.classic.encoder.PatternLayoutEncoder
GString loggingPattern = "%d{HH:mm:ss.SSS} %-5level [${hostname}] %logger - %msg%n"
// For logging to console.
appender('STDOUT', ConsoleAppender) {
encoder(PatternLayoutEncoder) {
pattern = loggingPattern
}
}
root(ERROR, ['STDOUT'])
logger('grails.app', DEBUG, ['STDOUT'], false)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy