Skip to content

This extension does not work with gevent/greenlets #52

@halfdan

Description

@halfdan

This is similar to dabapps/django-log-request-id#10, with the difference that the django-log-request-id module uses threading.local to store the request id. Flask.g does not work in greenlets (see also: https://stackoverflow.com/questions/47384600/access-flask-g-inside-greenlet).

It would be great if this module could use threading.local instead of flask.g to store the request_id.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions