Logging Level

Logging levels range from 0 to 7, and represent a decreasing order of severity. The default logging level for projects is 4.

You can set logging levels:
  • In the cluster node configuration file, <node-name>.xml. Logging levels in <node-name>.xmlapply to all projects that run on the node unless you set a different logging level in a project’s CCR file.
  • In the project configuration file, <project-name>.ccr.
  • Using esp_client at runtime.
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