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

Use Option.apply(t), not Some.apply(t) in ScribeLoggerAdapter #480

Merged

Conversation

torstei
Copy link

@torstei torstei commented Jul 4, 2023

Use Option.apply() and not Some.apply(), closes #479

@darkfrog26
Copy link
Contributor

Good catch, I didn't realize that the Throwable could be null there.

@darkfrog26 darkfrog26 merged commit 44869ff into outr:master Jul 5, 2023
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.

NPE when logging with SLF4J and Throwble == null
2 participants