Logging in isapi_scgi

By default, isapi_scgi will log to the file isapi_scgi.log in the same directory where isapi_scgi.dll is located. This can be changed by setting the LogFile variable in the configuration.

The messages logged can be controlled by setting the LogLevel. By default, only errors are logged (LogLevel=1). Setting its value to 0 will turn off all logging and setting it to 2 will log informational messages as well as errors, including connection requests.