(Quick Reference)

7 Debugging - Reference Documentation

Authors: Alvaro Sanchez-Mariscal

Version: 1.0.0

7 Debugging

If you need debug information, you can specify the following in Config.groovy:

log4j = {
    ...

debug 'com.odobo'

… }

You can also debug Spring Security in general:

log4j = {
    ...

debug 'com.odobo', 'org.springframework.security'

… }