[Logging] Populate request payload in debug logs with empty payload #2282
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: process
A process-related concern. May include testing, release, or the like.
Remove try/except and investigate when request payload cannot be parsed correctly for debug logging. Unit tests fail without a try/except because
MessageToJson
does not work onmock.Mock()
The text was updated successfully, but these errors were encountered: