Skip to content

Documentation, Log Throttling configuration update #8203

@tonyreigns

Description

@tonyreigns

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.

  1. 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.

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions