From 701ab40f99e70c2e6443f6eafef4fc4bb0b507b9 Mon Sep 17 00:00:00 2001 From: jiajunye Date: Thu, 24 Sep 2020 00:15:03 +0000 Subject: [PATCH] enhance readability Signed-off-by: jiajunye --- docs/root/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/root/overview.md b/docs/root/overview.md index c97e12ecd..f47fba9d7 100644 --- a/docs/root/overview.md +++ b/docs/root/overview.md @@ -192,6 +192,6 @@ formats. It’s like having the cake and eating it too! ## User-specified Nighthawk logging Users can use their own Nighthawk logging options when calling **ENVOY_LOG**. -Basically it would require two steps: 1) Create a logging sink delegate -inherited from [Envoy SinkDelegate](https://github.com/envoyproxy/envoy/blob/master/source/common/common/logger.h). 2) Constructor a ServiceImpl object with -an [Envoy Logger Context](https://github.com/envoyproxy/envoy/blob/master/source/common/common/logger.h) which contains user-specified log level and format. +Basically it would require two steps: +1. Create a logging sink delegate inherited from [Envoy SinkDelegate](https://github.com/envoyproxy/envoy/blob/master/source/common/common/logger.h). +2. Constructor a ServiceImpl object with an [Envoy Logger Context](https://github.com/envoyproxy/envoy/blob/master/source/common/common/logger.h) which contains user-specified log level and format.