(Quick Reference)

6 Debugging - Reference Documentation

Authors: Aaron J. Zirbes

Version: 0.1

6 Debugging

You may enable debugging by enabling the debug log level in log4j in your Config.groovy (or equivalent) configuration file.

Warning, enabling debugging can potentially write passwords to your log files, so use this with caution.

log4j = {
	…
	debug   'org.zirbes.grails.deploy'
	…
}