Two changes are required for the logging documentation.
-
Under https://openliberty.io/docs/latest/log-trace-configuration.html#log_throttling
Where it says "When the threshold is met, logs are suppressed and a warning is logged", we need to append that the warning printed is TRAS3016W: The logs are being throttled due to high volume
-
On the same page at the bottom of log throttling, we'd also like to add:
To collect more information related to log throttling on a server, use ./server dump <serverName> and view the LogThrottleIntrospector file.
For both of the above changes, if the changes can also be made to the Log Throttling blog, that would be ideal: https://openliberty.io/blog/2026/01/27/26.0.0.1.html#logging
Thanks
Two changes are required for the logging documentation.
Under https://openliberty.io/docs/latest/log-trace-configuration.html#log_throttling
Where it says "When the threshold is met, logs are suppressed and a warning is logged", we need to append that the warning printed is
TRAS3016W: The logs are being throttled due to high volumeOn the same page at the bottom of log throttling, we'd also like to add:
To collect more information related to log throttling on a server, use
./server dump <serverName>and view the LogThrottleIntrospector file.For both of the above changes, if the changes can also be made to the Log Throttling blog, that would be ideal: https://openliberty.io/blog/2026/01/27/26.0.0.1.html#logging
Thanks