This page last changed on Jun 23, 2010 by pkamal.
Confluence has several scheduled jobs. For example incremental indexes of content, index optimisation, sending the daily report out, etc.
Sometimes you may want to know exactly when the job starts and finishes, and you can do this by doing the following:
Via the UI (will only last to next restart of Confluence)
Go to Administration >> Logging and Profiling and add
Class: com.atlassian.confluence.setup.quartz.AbstractClusterAwareQuartzJobBean
Level: DEBUG
Via the log4j.properties (setting will persist across restarts)
1) Edit your <CONFLUENCE_INSTALL>/confluence/WEB-INF/classes/log4j.properties and add
2) Restart your confluence instance.
What you should see
In the atlassian-confluence.log files you should see something like the following:
|