open-banking-gateway icon indicating copy to clipboard operation
open-banking-gateway copied to clipboard

Extensive logging

Open valb3r opened this issue 4 years ago • 0 comments

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

valb3r avatar Apr 15 '21 10:04 valb3r