Skip to content

Commit

Permalink
docs(changelog) clarify new 'consumer' field in logging plugins
Browse files Browse the repository at this point in the history
From Kong#2384

Signed-off-by: Thibault Charbonnier <[email protected]>
  • Loading branch information
coopr authored and thibaultcha committed Apr 12, 2017
1 parent fa59022 commit 3c07946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
upstream services. Thanks [Paul Austin](https://github.com/pauldaustin)
for the contribution.
[#2051](https://github.com/Mashape/kong/pull/2051)
- logging: Logging plugins now also log the `custom_id` or `username` of authenticated Consumers.
- Logging plugins: The produced logs now include a `consumer` field,
which contains the properties of the authenticated Consumer
(`id`, `custom_id`, and `username`), if any.
[#2367](https://github.com/Mashape/kong/pull/2367)

### Fixed
Expand Down

0 comments on commit 3c07946

Please sign in to comment.