Note: this component has a complexity level of "expert", which means that objects of this type are not expected to be created or altered. Please contact support for assistance if you believe that you have a need to create or modify this type of object.
Note: this is an abstract component that cannot be instantiated.
Log Publisher Message Exclusion Policies are used to specify when log messages should be excluded from being printed by the associated log publisher.
The following Log Publisher Message Exclusion Policies are available in the server :
These Log Publisher Message Exclusion Policies inherit from the properties described below.
The properties supported by this managed object are as follows:
General Configuration Basic Properties: | Advanced Properties: |
---|---|
description | None |
enabled |
Property Group | General Configuration |
Description | A description for this Log Publisher Message Exclusion Policy |
Default Value | None |
Allowed Values | A string |
Multi-Valued | No |
Required | No |
Admin Action Required | None. Modification requires no further action |
Property Group | General Configuration |
Description | Indicates whether the Log Publisher Message Exclusion Policy is enabled for use. |
Default Value | None |
Allowed Values | true false |
Multi-Valued | No |
Required | Yes |
Admin Action Required | None. Modification requires no further action |
To list the configured Log Publisher Message Exclusion Policies:
dsconfig list-log-publisher-message-exclusion-policies [--property {propertyName}] ...
To view the configuration for an existing Log Publisher Message Exclusion Policy:
dsconfig get-log-publisher-message-exclusion-policy-prop --policy-name {name} [--tab-delimited] [--script-friendly] [--property {propertyName}] ...
To update the configuration for an existing Log Publisher Message Exclusion Policy:
dsconfig set-log-publisher-message-exclusion-policy-prop --policy-name {name} (--set|--add|--remove) {propertyName}:{propertyValue} [(--set|--add|--remove) {propertyName}:{propertyValue}] ...
To delete an existing Log Publisher Message Exclusion Policy:
dsconfig delete-log-publisher-message-exclusion-policy --policy-name {name}