RASLoggingService

RAS Logging Service config settings.

Inherits from type Service and adds the following.


 

Attributes Summary

messageFilterLevel Allow the administrator to hierarchically disable certain types of logging for a server process.
enableCorrelationId Specify if ras should generate correlation Ids (default is true)
suppressStackTraces Specify whether or not FFDC should be invoked when a Fatal message is logged.
serviceLog Settings for configuring the service log.

 

Attribute Details


messageFilterLevel

Allow the administrator to hierarchically disable certain types of logging for a server process. There are four possible filter levels : None - All messages are logged.Audit - Do not log System.out/System.err or Audit messagesService - Do not log System.out/System.err, Audit or Service messages.Warning - Do not log System.out/System.err, Audit, Service or Warning messages. Filtering of Error and Fatal messages is never allowed.

Data type:  MessageFilterLevelKind
Default value:   unspecified
Allowed Values:  NONE   AUDIT   SERVICE   WARNING  



enableCorrelationId

Specify if ras should generate correlation Ids (default is true)

Data type:   Boolean
Default value:   true



suppressStackTraces

Specify whether or not FFDC should be invoked when a Fatal message is logged. Currently unused.

Data type:   Boolean
Default value:   false



serviceLog

Settings for configuring the service log.

Data type:  ServiceLog