Conversation
|
Before I dig in too deep, why do we need this change? |
|
If we do need this, are we sure we want to implement our own response logging logic? Particularly concerning is the "mask sensitive data" logic - if there's a bug in that (even if not now, but in the future, due to an API change in |
This is in response to the issue we had with the IMMS API earlier this week with BST starting and the test failing. Better logging of API calls will help such scenarios. |
httpx does not provide a built-in credential masking mechanism. This approach:
|
Log all API responses