Nishutosh Sharma

Results 1 issues of Nishutosh Sharma

``` class RequestIdFilter(logging.Filter): def filter(self, record): record.request_id = get_current_request_id() return True ``` local hit `release_local(local)` before reaching the filter so woulc not find request id in get_current_request_id