[x ] New feature (non-breaking change which adds functionality)
why
the included logger interceptors logs service name in every log, which is redundant and adds noise to logs. The v0.1.2 remove the service name from the logger.
Checklist:
[ x] My code follows the style guidelines of this project
[ x] I have performed a self-review of my own code
[ x] I have commented my code, particularly in hard-to-understand areas
[ x] I have made corresponding changes to the documentation
Description
Upgrade the interceptor library to latest version
Type of change
Please delete options that are not relevant.
why
the included logger interceptors logs service name in every log, which is redundant and adds noise to logs. The v0.1.2 remove the service name from the logger.
Checklist: