LOG_FILTER
LOG_FILTER specifies whether to include or exclude messages specified by the LOG_FILTER_MSG_ID keyword.
- Required
- No
- Default
- I
- Permitted Values
- I (include), E (exclude)
- Description
- Include or exclude messages specified by the LOG_FILTER_MSG_ID keyword.
- The default value, I, allows only the specified message IDs to be included in the AUILOG output stream. Message IDs not specified by the LOG_FILTER_MSG_ID(messages) keyword are suppressed. Use the default value unless there is a specific business need to suppress messages.
- The value E suppresses the specified message IDs from the AUILOG output stream.
- Notes
- Use the E value only if LOG_FILTER_MSG_ID has been customized to suppress specific messages. Do not use the value E in conjunction with LOG_FILTER_MSG_ID(*) unless you want to prevent all messages from being written to the AUILOG output stream. Suppressing all messages is not recommended.
- Syntax
-
LOG_FILTER(I)
- Example
-
LOG_FILTER(I)