amzn / smoke-framework

A light-weight server-side service framework written in the Swift programming language.
Apache License 2.0
1.44k stars 41 forks source link

Log body data at info level for input to and output from incoming req… #106

Closed pbthif closed 2 years ago

pbthif commented 2 years ago

…uests

Issue #, if available:

Description of changes: This change moves the logging level of body data to INFO for incoming requests. The data logged is the request data incoming to the server and the response data sent from the server back to the client.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.