Enabling BIS Logging

In current versions of BIS, log files are only written if this feature is enabled.

Under IIS, the BIS_LOG system environment variable controls this behavior:

  BIS_LOG=[ OFF | ON | <directory> ] 

Valid values include:

BIS logging can also be configured from an elevated command prompt:

setx /M BIS_LOG ON

This command enables BIS logging. Replace ON with OFF to disable logging, or a quoted absolute directory name to enable logging in a specific directory.