Skip to content

WIP: Log requests using Spring's HTTP logger

Jamie Tanna requested to merge feature/log-staging into develop

When running in --debug mode, we see the below log messages:

enableLoggingRequestDetails='false': request parameters and headers
will be masked to prevent unsafe logging of potentially sensitive data

Via https://stackoverflow.com/a/55679297/2257038 we can use the properties noted to log the full request body to stdout.

This is ideal for what we want for #95 (closed), as we want to see what come in as parameters for the request body.

Closes #95 (closed).

WIP as this seems to have a limit that it will log for.

Merge request reports