Thanks, sounds reasonable.
I tried to apply this.
There is a default LogLevel directive in dispatcher_vhost.conf but that is an immutable file.
Multiple LogLevel directives are fine for Apache, so I added it in one of the custom vhost configs
Now the
managed_rewrite_maps:debug
errors are gone from dispatcher_httpderror_*
But there is nothing else, the log file is essentially empty
My effective LogLevel settings are:
# dispatcher_vhost.conf (immutable)
LogLevel dispatcher_module:Warn rewrite_module:Warn
# custom.vars
LogLevel managed_rewrite_maps:error
# in rewrite rules for one vhost only
LogLevel rewrite:trace5
Side note:
I also wonder why Adobe would make such a noisy log the default for cloud instances, especially when it serves no purpose as sites do not use managed maps by default.