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

Don't log input decoding or validation failure as error or warning #109

Closed tachyonics closed 2 years ago

tachyonics commented 2 years ago

Issue #, if available:

Description of changes: Don't log input decoding or validation failure as error or warning as they aren't an issue with the service (the service has been called incorrectly and will return a 4XX).

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