Hi Hyoga,
After few hours of digging, try and error, I finally find out 2 ways to display Activiti log statements to console.
I tried the following ways in Grails 2.1.0:
1) The Grails way: add the following config to log4j closure in Config.groovy:
log4j = {
root {
info()
}
info 'org.activiti.engine'
...
}
2) The java.util.logging way: download the logging.properties from
http://grails-activiti-plugin.googlecode.com/files/logging.properties and copy it to grails-app/conf directory and execute "grails run-app --verbose".
Please try it in Grails 1.3.x and keep us inform which way is work for you.
Best regards,
Chee Kin