Last updated by Sven Lange 2 years ago
Searchable Plugin - Debugging
Logging
Enable Searchable Plugin debug logging by adding the following to Config.groovy's log4j section:// log4j configuration
log4j = {
.... debug 'org.codehaus.groovy.grails.plugins.searchable' // more detailed debug logging
// trace 'org.compass'
}


