Logging interceptor
Lately, we've been frequently logging requests from service method code, but that is not enough:
- older methods don't log yet
- it's easy to forget
This is actually the kind of job that an interceptor does best.
Lately, we've been frequently logging requests from service method code, but that is not enough:
This is actually the kind of job that an interceptor does best.