file - Grails - logging from Quartz job and Filter -


I would like to submit my logs to the file: Here's how I declare my offenders in Config.groovy:

3 files are created properly but only scrolls Prsewadetedted logger is stored properly log the other two files are empty I

log is honored logging levels call.

What am I missing?

Thank you for any assistance provided.

Try the logger prefix of 'grails.app.task' for quartz jobs

  info scraperServiceLogger: "grails.app.task.personalcreditcomparator.ScraperJob"   

and try the 'grails.app.filters' logger prefix for the filter < / P>

  Information filterLoggers: "grails.app.filters.personalcreditcomparator.AdministratorInterfaceProtectorFilters"    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -