I am using Grails 2.1 bundled with the SpringSource's Groovy/Grails Tool Suite 3.0 and
have been unsuccessful in getting log messages to display in the console window. I have
set the following in the config.groovy
log4j = {
info 'grails.app.controller'
}
However when I use the following line in a controller it does not display in the console
log.info " Hello World!"
Any comments are tips would be welcome. Thanks