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
could you provide a sample project to reproduce that?
i see info, warn and error logs in our logfiles at this very moment coming from all kinds of jesque jobs.
My logback.groovy was set to just log 'grails.app'. This worked with the non-recurring jobs. logger('grails.app', DEBUG, ['STDOUT'], false)
As a workaround, I added my core package name explicitly to my logback config, and now debug statements are working in the recurring jobs. logger('com.mypackagename', DEBUG, ['STDOUT'], false)
version 1.2.1
grails 3.1.16
Logging works fine in regular jobs, but is failing silently in recurring jobs.
The text was updated successfully, but these errors were encountered: