Skip to content

An Apigee Edge Microgateway plugin that logs request/response payload and headers.

Notifications You must be signed in to change notification settings

mecclesgoogle/edgemicro-log-payload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

edgemicro-log-payload

An Apigee Edge Microgateway plugin that logs request/response payload and headers.

Important note: This depends on the accumulate-request and accumulate-response plugins being enabled. Configure this plugin between those two, like in the example below.

...
plugins:
    sequence:
      ...
      - accumulate-request
      - log-payload
      - accumulate-response
      ...
...

⚠️ Do not enable this plugin in PRODUCTION. This code will cause the size of log files to increase and may have an impact on performance.

About

An Apigee Edge Microgateway plugin that logs request/response payload and headers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published