3.5 Changing the Debug Settings of ZENworks Control Center

To change the debug settings of ZENworks Control Center:

  1. Open the /var/opt/novell/zenworks/www/tomcat/base/webapps/zenworks/WEB-INF/config.xml file in a text editor.

  2. Make sure that the value of debug.enabled is set to True. (By default, the option is set to True.)

    The error messages logged by using WebLogger.debug() are written to the standard output.

  3. (Optional) Set the value of debug.tags is set to any of the following values:

    • rpcToServer
    • controlTree
    • snapshotTimes
    • pageLoadTime
    • requestParams
    • viewStateManager
    • RemoteManagement
    • WebFramework
    • mirrorStatus

    The error messages logged to WebLogger.debugForTag() are written to the standard output.

  4. Save the config.xml file.

  5. Restart the service by executing the following command:

    /etc/init.d/novell-zenserver restart