Setting the redirector logging level

Edit the redirector configuration file to add the Connector.LogLevel directive, which determines the amount of redirector logging that is sent to the Web server log file. For a description of the logging level options, see Table 4-3.

For example, to set the redirector logging level to “inform”, add this line to the redirector configuration file:

Connector.LogLevel inform 

You must also set the logging level for the Apache Web server in the httpd.conf file to either “info” or “error” for the redirector to produce any logging. The syntax is:

LogLevel [ debug | info | notice | warn | error | crit ] 

For example, add this line to the httpd.conf file:

LogLevel info