|
How do I control logging?
You can control logging by modifying the EXT.INI file in the
BadBlue directory. Simply add the following lines to the bottom
of the EXT.INI file:
[LOGGING]
DAYS=30
MAXSIZE=1000000
This example changes the default settings and allows 30 days of
logging with a maximum size of 1 million bytes per day.
|
|
What is the format of CLF log files?
Builder.com
has an excellent description of CLF log files. Briefly, each line
consists of the following fields:
IP address of requester
Remote login (unsupported)
Authenticated user-name
Date and time of request
Request method and URL requested
HTTP status code of request
Bytes returned
Each line is terminated with a carriage-return, line-feed combination.
|