Symptoms:
Envoy-access.log size depends on how many external and internal requests the vCenter has to process. Envoy logs each request to the vCenter and on the vCenter.
At this time, configuration changes to the Envoy access logs are unsupported. We cannot change the size of the messages or the count of the messages.
Workaround:
As a workaround, we suggest stopping the forwarding of the envoy access logs to rsyslog on vCenter. This will allow the envoy access logs to still be created locally on vCenter; only the envoy access logs will be stopped from being forward to the syslog server with this change.
To stop the forwarding of the envoy access logs to rsyslog on vCenter:
mv /etc/vmware-syslog/vmware-services-envoy.conf /etc/vmware-syslog/vmware-services-envoy.conf.disabled
Envoy-access.log will continue to write to the local file.
To revert the changes:
mv /etc/vmware-syslog/vmware-services-envoy.conf.disabled /etc/vmware-syslog/vmware-services-envoy.conf