-
Notifications
You must be signed in to change notification settings - Fork 55
Description
https://openliberty.io/docs/latest/log-trace-configuration.html#settings
In the configuration attributes table, we need to add the default and valid values in the description. The bolded text is the new addition.
- For throttleType, Change the description to:
This setting specifies whether to track log entries by matching either the messageID or the full message content. The valid values are message and messageID, the default value is messageID.
- For throttleMaxMessagesPerWindow, Change the description to:
This setting specifies the maximum number of log messages permitted over a 5 minute duration. If this limit is exceeded within the current window, any additional messages will be suppressed until the count falls below the threshold. Valid values are any positive integer. The default is 1000. Set attribute to 0 to disable throttling.
Also, this feature was added in 26001. Does something need to be added for the log throttling feature to mention this?
Thank you.