(Almost everything is in my question): We have that nice/awesome Fogbugz tools that is running on our production server. The problem is that this server handles more than 400 domain names and more than 20 real websites. The logs are already pretty heavy, and since we've installed Fogbugz, there's a very nice process called heartbeat that is called every 15 seconds. Every 15 seconds!! Just imagine the size of our logs now... polluted with tons of lines like:
GET /fogbugz/heartbeat.asp HTTP/1.1" 302 223 "-" "FogBugz Maintenance Service 7.1"
(see http://fogbugz.stackexchange.com/questions/794/what-does-the-fogbugz-maintenance-service-actually-do)
So my question, to be more generic, could be:
We're running the latest Apache httpd server version. Is there any way to ignore just this specific request, and not to log it? There may be something about mod_log_config ( http://httpd.apache.org/docs/2.0/mod/mod_log_config.html ) but I didn't find a good answer.
Any help would be greatly appreciated!
Thanks a lot!