In the new apache 2.4 it is pretty cool to configure the logging via module.
LogLevel warn ssl:error auth_digest:error socache_shmcb:warn mpm_worker:warn fcgid:info
Welcome to my world
In the new apache 2.4 it is pretty cool to configure the logging via module.
LogLevel warn ssl:error auth_digest:error socache_shmcb:warn mpm_worker:warn fcgid:info
Pretty slick! Allows one to hone in on one area reducing a lot of log clutter.
I figured out that I need to be a bit more flexible
<ifmodule mpm_worker_module>
LogLevel warn ssl:error auth_digest:error socache_shmcb:warn mpm_worker:warn fcgid:info
</ifmodule>
<ifmodule mpm_event_module>
LogLevel warn ssl:error auth_digest:error socache_shmcb:warn mpm_event:warn fcgid:info
</ifmodule>