Contents
- Introduction
- Installation
- Working with ISAPI_Rewrite
- ISAPI_Rewrite directives
- Examples
- Troubleshooting
- Release notes
RewriteLogLevel directive
Description: | Sets the level of logging |
Syntax: | RewriteLogLevel Level |
Default: | RewriteLogLevel 0 |
Context: | server config |
This directive sets the verbosity of logging output. The default value of 0 means no logging while maximum level of 9 means all actions will be logged.
Using higher values of logging may slow down ISAPI_Rewrite operation. We recommend you to disable logging by setting log level to 0 after debugging of your ruleset has been completed.