LOGMESSAGELEVEL
The LOGMESSAGELEVEL configuration setting enables you to set the priority level of messages that Essbase writes to the application log. The message levels are ERROR, WARNING, INFO, DEBUG, and FATAL.
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.