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.