| [[debugging]] | |
| == Debugging | |
| If you need debug information, you can specify the following entries in logback.groovy: | |
| [source,groovy] | |
| .grails-app/conf/logback.groovy | |
| ---- | |
| logger 'org.springframework.security', DEBUG, ['STDOUT'], false | |
| logger 'grails.plugin.springsecurity', DEBUG, ['STDOUT'], false | |
| ---- |