Hello we have recently implement the IIS advanced logging module to record the “x-forwarded-for” /client IP and we can see this is duplicating our default IIS logs. We want to consider eliminating the out of the box IIS logging and convert to only using the IIS advanced logging module. One thing we are struggling with IIS advanced logging is how to eliminate the logging of certain folders or virtual directories within an IIS web site. For example we have a folder that contain images for an application in our general logs we do not record these but IIS advanced logging does not appear to provide a way to eliminate logging in this folder. I am going to try modifying web.config files ect.
Thank you for your help!
Chris