Is there a way to log complete request & response along with headers & query params in case of any errors in apigeex Google cloud project?
We have an openidconnect flow where apigeex is acting as identity broker & we see intermittent errors so we wanted to collect the logs to figureout the payload that was sent from apigeex & received from IDP.
Solved! Go to Solution.
You would have to collect that information at each of the Flow Hook locations and build up the logging message to use in the logging policy in Post Client Flow logging policy.
This is an example Shared Flow that uses JavaScript to build a "logging_message" with all that information: https://github.com/kurtkanaskie/log-set-values-v1