Show TOC

Increasing the Debug Logging LevelLocate this document in the navigation structure

Increase project-level log details to assist with debugging and troubleshooting issues with your projects.

Procedure

  1. In the CCR Project Configuration editor, select the Advanced tab.
  2. Click Project Deployment followed by Project Options to navigate to the Debug Level option.
  3. Set the log level to a value between 0 and 7, depending on the amout of detail you require. 0 provides the least detail and 7 provides the most. Typically, a value of 4 provides the optimal level of detail debugging projectsIncrease the Debug Level to at least 4, warning conditions.

    Increasing this option to a value of 7 allows the greatest amount of detail to be logged as each of the following level increments log additional detail.

    Name Level Description
    LOG_EMERG 0 system is unusable
    LOG_ALERT 1 action must be taken immediately
    LOG_CRIT 2 critical conditions
    LOG_ERR 3 error conditions
    LOG_WARNING 4 warning conditions
    LOG_NOTICE 5 normal but significant condition
    LOG_INFO 6 informational
    LOG_DEBUG 7 debug-level messages
    Note You will lose your changes to the logging level if you restart the project without also changing the logging level on the Server. After you have made the change, stop and remove the project from the Server, then redeploy the project to activate the new logging level.