Moving interceptors to hgitaly.service
The end goal is to allow configuring logging in one shot, both for sporadic logs from service methods and the systematic request logging done in interceptors. Such loags require to tie a format string using `correlation_id` to the relevant loggers, and can now be done for the `hgitaly.service` only. Of course it is lacking in consistency, as interceptors are not services. Hence the docstring proposing to introduce an intermediate subpackage. That would be a chore for another day, though.
Showing
Loading
Please register or sign in to comment