|
| |
Sets up a file name that will contain debug information. The system will log detailed information to this file. This will help troubleshoot any problems that you are having. Optionally, you may specify the logging level and maximum size of the log file. Separate the entries with commas. If these optional parameters are missing it will default to logging level 0 with a 100K file size.
Each parameter is separated with a comma (,).
Example
<INPUT NAME = "DebugFile" VALUE="c:\temp\ntpage.log,0,100000">
This will create a logfile named ntpage.log in the \temp directory on the C: drive. The second parameter can be either 0 (log debug and errors) or 1 (log errors only). The third parameter is the maximum size you will allow the log file to be in bytes.
|