Just comment the areas where logging was set.
On,
httpd.conf
virtual hosts configurations (virtual.conf, domain.conf etc)
For something like
CustomLog logs/access_log common
ErrorLog logs/error_log
Just do,
#CustomLog logs/access_log common
#ErrorLog logs/error_log