I am running a Grails application and it just gets stuck in the Configuring class path stage, Is there any way to get more info on whats going on? I tried the verboseCompi
verboseCompi
Look for the BuildConfig.groovy file here (/AppName/grails-app/conf/BuildConfig.groovy) and then find the log parameter and set it to verbose.
BuildConfig.groovy
/AppName/grails-app/conf/BuildConfig.groovy
log
verbose
grails.project.dependency.resolution = { ... log "verbose" // log level of Ivy resolver, either 'error', 'warn', 'info', 'debug' or 'verbose' ...