Is there a way to have IIS not log all requests but just a percentage? I ship IIS request logs and I only want a sample of them. I could do this further down in the log processing pipeline (which is what I'm doing now) but was curious if IIS can do this- because that would be simpler for me.
Can you just tell IIS to only log 2% of requests or just log every 200th request or something like that?