-
Notifications
You must be signed in to change notification settings - Fork 323
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
Don't print stacktraces of IOException #9024
Conversation
Running Unbooked_Seats.zip:
produces just a WARNING message without any stacktrace. |
A note about not serializing warnings:
As such this PR doesn't do anything with persistance. It only changes the logging. |
Looks like fixed a problem! While previously the Windows build was constantly failing. Now, after merge with |
Pull Request Description
Fixes #8896 by logging
IOException
only withWARNING
and notSEVERE
. As such the stacktrace of the exception isn't included in the console and failures to store cache are reported as simple messages, not exceptions with stack trace.Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
style guides.