3 comments

[ 0.23 ms ] story [ 14.8 ms ] thread
By a quick glance, they are only logging 10% of exceptions, so if there's a lot, logs don't get clogged.
Also, the first exception is logged regardless.
So, log first exception, then a random 10% sample of the following instances of the same exception?

IIF the approach of limiting the number of logged exceptions is valid, does it make any sense to randomly choose which ones - other than it was an easy one-line hack?