-
Notifications
You must be signed in to change notification settings - Fork 216
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
Filter out realms connection error message from debug log #991
Conversation
You filter out |
I've fixed the PR description. What I wanted to highlight is that only the exception
|
Yes, if we can include them all that would be great, shame they keep changing it 😆 Maybe it would be easier to read if there was only 1 message per |
I agree too but defining the filters like
doesn't seem to work as expected. It filters using the 1st regex and skips the other two. I couldn't find anything explaining this behavior online either. I tried different regexes as well. |
Ah, thats annoying. Lets just do it as one line then, its not the end of the world. |
PR updated with @justanothercorpusguy's suggestion and it works.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks :)
Filter out realms connection error exception message from debug log. Using another
<RegexFilter>
did not work, hence the current regex.There are two log entries related to not being able to connect to Realms. Only the log entry related to the exception,
Couldn't connect to realms
is removed.Sample log attached.
log.txt