Disable loggin of access to certain file types?

This is my situation:
I have a website where I offer a javascript tool for other webmasters. They can just link to my .js file on my server from their pages to use the tool.
The problem is that it makes my stats really confusing and inaccurate, because visitors to any page that uses my tools are logged as well.
I will move the js to a subdomain, however, there are already thousands of sites linking to my script. I can remove all the log to that particular file using a marco or a script, but as my logfile is 100M/day, it take alot of time.
So, is there any way I can disable access log for .js files only in Apache?

 

 

 

 

Top