envoyproxy/envoy

Allow group operation on fine-grain loggers from adminz

Fechada

#42.434 aberto em 5 de dez. de 2025

 (5 comentários) (0 reação) (1 responsável)C++ (5.373 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (27.997 estrelas)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

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.

Guia do colaborador