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:

  1. Open the web.config file.
  2. In the <appSettings> tag, find the tag <add key="DebugLevel" value = "n"/> where n is one of the debug level values presented in the table.
  3. Debug Level
    Description
    0
    No messages in the event log
    1
    Messages in the event log regarding major modules
    2
    Messages in the event log for ASPX/STPX pages Start and End
    3
    Messages in the event log for every function and main operations. Also enables a right-click operation on every page for "view source". This level generates extensive logging and therefore may degrade performance

  4. If this tag does not exist, add it in the same format. For example, <add key="DebugLevel" value = "2"/>
  1. Restart the application. See the SmarTeam - Web Editor Installation Guide for details on restarting the SmarTeam - Web Editor on IIS and Websphere.