Allow fine-grain logging to be configurable via CLI arguments
#41,028 opened on 2025年9月9日
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
Title: Allow fine-grain logging to be configurable via CLI arguments
Description:
As discussed in Slack, it's currently not possible to change the fine-grain logging using CLI arguments. Currently it can only be configured via an admin endpoint. This is inconvenient because when deploying on Kubernetes, I can't easily configure the fine-grain logging building a container of my own. It's difficult (or at the very best a hack like a
postStartwith a sleep) to do it with a plainenvoyimage.
Suggestion: The suggestion given in Slack that @paul-r-gall and @botengyao seemed to prefer was the following:
Rather than having --enable-fine-grain-logging it would take configuration similar to --component-log-level, so something like --fine-grain-log-level(s) <string>.