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

Fix slog nil pointer error #3563

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

nabokihms
Copy link
Member

Overview

The problem caused by the mistake in the newLogger function. The nil value is returned even with the valid log format.

What this PR does / why we need it

Closes #3559

Special notes for your reviewer

The problem caused by the mistake in the newLogger function. The nil value is returned even with the valid log format.

Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
@nabokihms nabokihms added the release-note/ignore Ignore this change when generating release notes label Jun 3, 2024
@nabokihms nabokihms merged commit 203b084 into dexidp:master Jun 3, 2024
9 of 10 checks passed
@nabokihms nabokihms deleted the fix-slog-nil-pointer branch June 3, 2024 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/ignore Ignore this change when generating release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

slog handler initialization panics
1 participant