For questions regarding this Help System, write to support@register4less.com
|
|
Hosting: How can I download & Understand Hosting Logs? |
Hosting: How can I download & Understand Hosting LogsThe R4L web hosting service supports recording web logs for your traffic. This can help you understand the level of traffic you're getting as well as from where your web traffic is coming from. To use this service, you first need to Enable Logging of Traffic. This help page also shows you how to use the log file summary too l on your account. Downloading LogsYou may also download the log file from your site. The raw log file is called access.log, and is in the log directory. Two log files are stored, the current day's log called access.log, and the complete previous day's log file called access.log.old. If you are downloading your log file on a daily basis, you should download access.log.old, since this contains the complete previous day's logs. The file access.log is being continually updated during the day. Automating downloadingIf you are on a Linux or Mac, you can set up a cron job to automatically download the previous day's log file to your local system. You will need to configure this to FTP the access.log.old file on a daily basis. For Windows users, you can use either of the following:
Log File FormatYou may use a tool to analyze the log file. The raw format is as follows:
With analog, use the following logformat config: LOGFORMAT (%s [%Y/%m/%d@%h:%n:%j] "%j %r %j" %c %b "%v" "%f") |
| ||||||||