Log files are disabled by default. To enable log files under BIS/IIS, set the following global environment variable:
BIS_LOG=[ OFF | ON | <directory>]
Where the values are:
The BIS_LOG variable is only examined when the BIS application pool is started or recycled. After setting or changing BIS_LOG, IIS must be restarted in order for the variable to take effect.
Note that an easy way for an administrator to set or clear this environment variable is with the SETX command. To enter this command at a Windows elevated command prompt:
setx /M BIS_LOG ON
This enables BIS/IIS logging on Windows. The variable can also be set/cleared with the System Control Panel applet.