Quote:
Originally Posted by danlefree
The script could be useful for auditing login attempts and other application-level tasks, however, relying upon one's own PHP-generated logs for all activity would add significant overhead for each page request and defeat the purpose of existing log analysis tools.
|
It really depends on how much data you are logging. Based on the limited amount of data in this tutorial the overhead is slight not significant. There are many log analysis tools that provide an excellent resource for viewing and interpreting log data. However, many webmasters and site owners do not have access to their logs or want to be able to monitor specific types of traffic.
Thank you for responding.