envoyproxy/envoy

Allow static registration of logger ids

Open

#10,372 创建于 2020年3月12日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
enhancementhelp wanted

仓库指标

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

描述

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.

贡献者指南