Message Type
|
Specifies the message filter to be set is the system status dialog. This must be one of the following message type keywords:
-
Fatal:
All messages tagged as FATAL will be affected. Fatal messages are unrecoverable, and __prod_name should be restarted.
-
Error:
All messages tagged as ERROR will be affected. Error messages are for errors in commands, incorrect keywords or values, or intermittent problems with a portion of the system
-
Warning:
All messages tagged as WARNING will be affected. Warning messages indicate that something happened out of the ordinary, but was handled by __prod_name.
-
Notice:
All messages tagged as NOTICE will be affected. Notices provide status information about __prod_name. These messages are purely informational.
-
Data:
All messages tagged as DATA will be affected. Data messages are not generated by __prod_name. These message types can be used to log information to the log file. However, if you will use these messages for analysis, you would be better off posting an event with the message as the event string.
|
Value
|
The message filters can be in one of the following states:
-
On:
If a message type has the filter On, __prod_name will display messages of that type in the System Status Dialog.
-
Off:
If a message type has the filter Off, __prod_name will hide messages of that type from the System Status Dialog.
|
|