Backend
Turning Audit Logging into a Shared Library in a Fintech Microservices System
Audit logging is one of those things that sounds simple until you actually have to do it properly. In a fintech system especially a multi-tenant one audit logs aren’t optional. You need to know: * who did what * from which service * on which tenant * and at what time At first