Contents
- Introduction
- Installation
- Working with ISAPI_Rewrite
- ISAPI_Rewrite directives
- Examples
- Troubleshooting
- Release notes
LogLevel directive
Description: | Sets the level of logging for general errors |
Syntax: | LogLevel Level |
Default: | LogLevel warn |
Context: | server config |
This directive sets the verbosity of general logging output, not related to rewriting process itself. Here is a list of available values for level: emerg, alert, crit, error, warn, notice, info, debug. Currently ISAPI_Rewrite logs only debug and crit error messages.
Set LogLevel debug to troubleshoot configuration file loading problems.