Server Internal Logging Mechanism
To activate SmarTeam - Web Editor's internal logging mechanism, you must configure the debug level using the web.config file located in the root directory of the web application.
To configure the debug level:
- Open the web.config file.
- In the <appSettings> tag, find the tag
<add key="DebugLevel" value = "n"/>
wheren
is one of the debug level values presented in the table.
- If this tag does not exist, add it in the same format. For example,
<add key="DebugLevel" value = "2"/>
- Restart the application. See the SmarTeam - Web Editor Installation Guide for details on restarting the SmarTeam - Web Editor on IIS and Websphere.
- Proceed to Reviewing Log Output.