LOGMESSAGELEVEL

This Essbase configuration setting sets the level of messages written to the application log.

Syntax

LOGMESSAGELEVEL ERROR | WARNING | INFO | DEBUG | FATAL

Where ERROR, WARNING, INFO, DEBUG, and FATAL are priority levels:

  • ERROR—Only error messages are written to the application log. This is the default.

  • WARNING—Warning and error messages are written to the application log.

  • INFO—Info, warning, and error messages are written to the application log.

  • DEBUG—Debug, info, warning, and error messages are written to the application log.

  • FATAL—Only messages about application failure are written to the application log.

Example

LOGMESSAGELEVEL WARNING 

Sets the log message level to WARNING. Only warning and error messages are written to the application log.