How to reduce logging in Temporal UI?

Is there a way to adjust the logging level in the Temporal UI?

I’m using the temporalio/ui:2.18.0 docker image. The logs show requests for all JS assets and also the “/_app/version.json” route every 10 seconds. When doing development using docker compose, this makes it very difficult to see the output for other containers. It would be great to silence informational messages and/or to only show entries for web requests for API routes.

I’ve noticed the autosetup image passes through the LOG_LEVEL environment variable to the config_template.yml, but there is no such setting for the web UI. The Echo server documentation for the logger middleware doesn’t say anything about reading in env vars to control the log level.

Any advice or suggestions would be greatly appreciated! Thanks.