4.1.3 Logging - Reference Documentation
Authors: Graeme Rocher, Peter Ledbrook, Marc Palmer, Jeff Brown, Luke Daley, Burt Beckwith, Lari Hotari
Version: 3.1.1
4.1.3 Logging
By default logging in Grails 3.0 is handled by the Logback logging framework and can be configured with thegrails-app/conf/logback.groovy
file.If you prefer XML you can replace theFor more information on configuring logging refer to the Logback documentation on the subject.logback.groovy
file with alogback.xml
file instead.