Application Logs

onShore TimeSheet access logs are the same as the HTTP server's logs, no separate logging is used.

The application logging directory is defined in the Makefile with the LOGDIR variable.

The export programs, timesheet-export-hours and timesheet-export-jobs, will use the EXPORT_LOG variable in the Makefile.

The format of the export log file is simple. Basically it is the scripts main action (either exporthours or exportjobs), followed by a colon, the date, another colon and a space-separated list of ids, either hour_ids or job_ids. An example follows:

exporthours:03-16-1999:11955 11990 12025 12026
exportjobs:03-16-1999:13064 13065