envoyproxy/envoy

Allow group operation on fine-grain loggers from adminz

已关闭

#42,434 创建于 2025年12月5日

 (5 条评论) (0 个反应) (1 位负责人)C++ (5,373 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Envoy has 2 logging management systems, the traditional one and the fine-grain file-based one.

https://www.envoyproxy.io/docs/envoy/latest/operations/admin#post--logging

The fine-grain logger provides the powerful file based logging management, but when we want to change the logging level, it is not user friendly like the traditional sub-system. One idea to improve it is to have a predefined map to achieve:

/logging?group=htttp:trace

so the group http will apply some log level setting to all the core http files in the predefined map to simplify the usage.

贡献者指南