debug
Send a message to the debug file (if enabled).
Summary
- [debug] Message to log [/debug]
| Parameter
|
Description
|
Default
|
| interpolate |
Parse Interchange tags, included in the body text, before this container tag executes. |
Yes
|
Description
This tag will interpolate its body text and send the resulting text to the
debug file (if enabled).
The text will only be logged if the following conditions are met:
- A debug file has been defined using the DebugFile global configuration directive.
- The DebugHost directive has not been defiuned, or request originates from an IP address listed with that global configuration directive.
- A "debug_qualify" GlobalSub has not been defined, or conditions are such that that GlobalSub returns a true value.