We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We would like to use the event collector so that on exception we can log more information on what occurred.
Is the event collector (PBase.events) expected to be a RefreshDB implementation? https://github.com/OpenIDC/pyoidc/blob/master/src/oic/oauth2/base.py#L92
PBase.events
RefreshDB
RefreshDB is deprecated https://github.com/OpenIDC/pyoidc/blob/master/src/oic/utils/sdb.py#L278
Also at least one place passes an additional ref kwarg which RefreshDB.store() does not support
ref
RefreshDB.store()
if self.events is not None: self.events.store("HTTP response", r, ref=url)
https://github.com/OpenIDC/pyoidc/blob/master/src/oic/oauth2/base.py#L140
The text was updated successfully, but these errors were encountered:
PBase.events is not related to RefreshDB.
The events are used in test tool and you can probably take inspiration here.
Sorry, something went wrong.
No branches or pull requests
We would like to use the event collector so that on exception we can log more information on what occurred.
Is the event collector (
PBase.events
) expected to be aRefreshDB
implementation?https://github.com/OpenIDC/pyoidc/blob/master/src/oic/oauth2/base.py#L92
RefreshDB
is deprecated https://github.com/OpenIDC/pyoidc/blob/master/src/oic/utils/sdb.py#L278Also at least one place passes an additional
ref
kwarg whichRefreshDB.store()
does not supporthttps://github.com/OpenIDC/pyoidc/blob/master/src/oic/oauth2/base.py#L140
The text was updated successfully, but these errors were encountered: