-
Notifications
You must be signed in to change notification settings - Fork 41
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
Log configuration mutes all exceptions encountered in the Minecraft task queue #26
Comments
Sample of a stack trace we want to block
|
Not possible to filter stack trace on log4j 2.0-beta9, functionality not implemented :( |
Actually might be possible, idk if anyone wants to go through the effort to implement it though https://logging.apache.org/log4j/2.x/manual/plugins.html |
I think at that point a mod that just mixins into minecraft itself might be easier. |
I think if there was to be a mod, it would be good to have it available to users too. |
Do you mean a mod that can be used by end users too? I feel like having a developer focused mod would be nice too. There could be some specialized mixins for client dev like warning for client commands that don't overwrite canPlayerUseCommand or similar things as well. |
Yes, since Hypixel spams end user logs too. I thought about creating a dedicated dev tools mod but never had the time for it. |
There’s this plugin for IntelliJ https://github.com/marcin-bukowiecki/breakpoint-manager-plugin idk if there’s an existing gradle one |
Forge1.8.9Template/log4j2.xml
Line 4 in 09cd280
We should add narrower filtering to this. I encountered a scenario where some of my code running in the task queue failed silently and I discovered the exception was being muted by this
The text was updated successfully, but these errors were encountered: