blob: 113e60fbeec9c40ef2629bad4f39e2094f4bb951 [file]
[[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
----