cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduled Jobs logging

langust
Champ on-the-rise
Champ on-the-rise
Is there any possibility to enable some logging for all scheduled jobs (index backup, content store cleaner, etc) running inside alfresco?
4 REPLIES 4

derek
Star Contributor
Star Contributor
Each job has it's own logging.  You can use org.quartz to enable logging for the triggering mechanisms, otherwise you have to enable logging for each job.

langust
Champ on-the-rise
Champ on-the-rise
Each job has it's own logging.  You can use org.quartz to enable logging for the triggering mechanisms, otherwise you have to enable logging for each job.

Could you give an example how to enable logging for the content store cleaning job?

derek
Star Contributor
Star Contributor
In WEB-INF/classes/log4j.properties:
log4j.logger.org.alfresco.repo.content.cleanup.ContentStoreCleaner=DEBUG

efestione
Champ in-the-making
Champ in-the-making
Hi,
which entry I have to add in log4j.properties in order to see the log of the cron scheduled actions?