I have an Apache running as HTTP server and also a SVN server which is delivered by the same Apache machine.
Configured with something like
<Location /repos>
DAV svn
SVNParentPath /srv/repos
</Location>
How can I prevent Apache to log all the SVN "PROPFIND" and "OPTIONS" access requests?