Ref T12611. Currently, access logs have a "setFailQuietly(true)" flag set on them (rationale: the webserver should still work if the log volume fills up or logs are otherwise not correctly configured) but it's only somewhat quiet.
Make it quieter when the log directory itself (not just the logfile) doesn't exist or can't be created.
(If installs run into confusion with this, we could more reasonably raise a setup warning instead.)