Adding the following to your /etc/named.conf will stop logging the cache denied messages:

Code:

category security { null; };

So it ends up looking like this in the logging section:
Code:

logging { category security { null; }; channel default_debug { file "data/named.run"; severity dynamic; };};