envoyproxy/envoy

Allow static registration of logger ids

Open

#10.372 aberto em 12 de mar. de 2020

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
enhancementhelp wanted

Métricas do repositório

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

Description

Today all the logger ids are defined here: https://github.com/envoyproxy/envoy/blob/master/source/common/common/logger.h#L24

This issue tracks making it possible to have extensions register their own ids, making it easier to set specific log levels for extensions developed outside the upstream repo.

Guia do colaborador