Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/root/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,9 @@ other formats (e.g. human, fortio). It can be very useful to always store the
json output format, yet be able to easily get to one of the other output
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**.
Comment thread
jiajunye marked this conversation as resolved.
Outdated
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
Comment thread
jiajunye marked this conversation as resolved.
Outdated
an [Envoy Logger Context](https://github.com/envoyproxy/envoy/blob/master/source/common/common/logger.h) which contains user-specified log level and format.