Number of seconds between Wrapper ping requests which will be logged when debug
output is enabled. The actual ping functionality is not effected but it is
possible to greatly reduce the frequency of the pings which are logged at the
debug log level. Defaults to 1 second. Must be in the range of 1 to 86400.
For example, setting the wrapper.ping.interval
property to 5 seconds, and the wrapper.ping.interval.logged property to 60
seconds will cause the Wrapper to ping to the JVM every 5 seconds. But only
1 in 12 of the ping transactions will be logged.
Example:
wrapper.ping.interval.logged=60
This property was added because there are times when the ping debug
output can be distracting while attempting to track down a problem
unrelated to the pings.
WARNING
If you are experiencing any kind of timeout problems this property should
be set to its default value as the full ping output will be useful in
resolving the cause.