grails-quartz icon indicating copy to clipboard operation
grails-quartz copied to clipboard

Update Docs on Logging

Open CHH opened this issue 13 years ago • 0 comments

The documentation says

A log is auto-injected into your task Job class without having to enable it. To set the logging level, just add something like this to your grails-app/conf/Config.groovy log4j configuration.

debug 'grails.app.jobs'

This doesn't work and this should be:

debug 'grails.app.task'

as suggested on the Grails Mailinglist and tested with Grails 1.3.7 / grails-quartz 0.4.2

CHH avatar Nov 22 '11 10:11 CHH