open-banking-gateway
open-banking-gateway copied to clipboard
Extensive logging
We need to have extensive logging that has different level of details, i.e. DEBUG prints all request/response bodies, but INFO prints only safe values of those bodies such as Request-ID (without any sensitive information) or Bank-ID.
- [x] All classes that implement JavaDelegate (log BaseContext or its parts depending on level before and after method body is executed)
- [x] All calls to adapter (OnlineBanking (HBCI), Xs2a-adapter) - call bodies and results
- [x] Facade service and ResultHandler - log which service is going to be invoked, etc