Skip to content
New issue

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

config: Fix use of uninitialized logger #1015

Merged
merged 1 commit into from
Aug 30, 2018
Merged

Conversation

vHanda
Copy link
Contributor

@vHanda vHanda commented Aug 30, 2018

The MustValidate() function is sometimes called before any other logging
function has been called and this results in a crash. An easy way to
reproduce the crash is to change OAUTH2_ACCESS_TOKEN_STRATEGY=jwt in the
default docker-compose.yml

Signed-off-by: Vishesh Handa vishesh.handa@telefonica.com

The MustValidate() function is sometimes called before any other logging
function has been called and this results in a crash. An easy way to
reproduce the crash is to change OAUTH2_ACCESS_TOKEN_STRATEGY=jwt in the
default docker-compose.yml

Signed-off-by: Vishesh Handa <vishesh.handa@telefonica.com>
@aeneasr aeneasr merged commit 6549f1e into ory:master Aug 30, 2018
@aeneasr
Copy link
Member

aeneasr commented Aug 30, 2018

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants