@header@
Logs

Starting with version 1.6, Pebble maintains access logs to record all requests that are made to your blog. These are stored in the blog.dir/logs directory and log files are rotated at the end of each day. The files themselves are written in the Combined Log Format and contain information including the visitor's IP address, the requested URI, the date/time and the visitor's user agent (browser type). This information is the basis for the simple reporting features described below. However, since Pebble uses a standard format for its logs, more complex reports (e.g. number of unique visitors per day) can be generated by using any of the standard log file tools that are used to analyse webserver (e.g. Apache) logs.

Log Summary for Month
To see a summary of the number of requests for the current month, click the Log summary link in the Blog administration section after logging in. This will show the total number of requests for each day in the month and additional links will take you to further detail for each day.

Log File for Today
To see the raw log file for today, click the Log link after logging in.

Referers for Today
To see the referers for today, click the Referers link after logging in. This is the same page as described in the referers section.

Requests for Today
To see the referers for today, click the Referers link after logging in.

Exporting the Log Files
For convenience, Pebble has a facility to let you export all of your log files as a ZIP file. This allows you to analyse your log files without manually FTPing the files across from your server. To do this, click the ZIP file link after logging in.

Housekeeping
Like those generated from most webservers, the log files generated by Pebble are fairly verbose and can use a large quantity of disk space after a while. For this reason, you should consider deleting or archiving your logs on a regular basis. For example, you could choose to zip them up at the end of each month/year.

@footer@