You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The documentation says
This doesn't work and this should be:
as suggested on the Grails Mailinglist and tested with Grails 1.3.7 / grails-quartz 0.4.2
The text was updated successfully, but these errors were encountered: