How to configure accessLogFormat in Telemetry API

Hi!
This document describes how to configure accessLogFormat by global mesh options. But it doesn’t describe how to configure it in Telemetry API. I cannot find related documents in the reference.

Currently, this can be achieved via MeshConfig.ExtensionProvider.EnvoyFileAccessLogProvider.

There is an existing proposal to move that out of MeshConfig, but it has not been accepted at this time.

Thank for your reply! I understand the situation. I will use MeshConfig for now.