Access Log: Don't log hits to static files (.css, .js, .png, .jpg, etc...) UNLESS the status code is not 200

#1
Basically we have a high traffic website and don't want to log hits to static files unless the hit resulted in a failure to load for some reason (Anything other than HTTP 200 status code). Is this possible?
 
Top