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. Edit the redirector configuration file to add the Connector.LogLevel directive, which sets the redirector logging level that is sent to the Web server log file. The syntax is:
Connector.LogLevel [ inform | error | verbose ]
Where “inform,” “error,” and “verbose” are the logging levels described in Table 4-2.
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
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |