envoyproxy/envoy

Allow static registration of logger ids

Open

#10,372 opened on 2020年3月12日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

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.

コントリビューターガイド