Execution Logs
Whenever a task specification or scheduled task is executed, the result is logged in the execution logs.
You can view the execution logs of any task specification or scheduled task by clicking the Execution Log button. This displays a list of executed tasks on the screen. Select a task, then select the Execution Log button again to view its log entries.
Tip: You should establish a policy of inspecting the logs on a regular schedule. If a problem is allowed to persist for too long, it is usually much more time-consuming to fix it.
Note: The logs are stored in the LogEntry table in the People Planner database. You can consult this table as an alternative to looking in the execution logs.
Delete Old Log Entries
People Planner logs it whenever it imports data by running a task specification. It also logs when a user deletes resources or events. If these log entries are never deleted, the LogEntry table continues to grow in size. Eventually this becomes a problem.
To clean up log entries and reduce the number of unnecessary files on your database server, you can create a task specification to delete old log entries. This is based on the same task specification functionality that is used for importing tasks and is set up in the same way.To configure how far back People Planner should keep its log entries before deleting them:
- Go to .
- Set the value of the Keep log entries from the last months setting to the appropriate number. This is the number of months back for which you want to retain log entries.
- Click Save.
Parent Topic: Scheduled Task Tab