We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that ma1sd is using log4j:
> jar tf ma1sd.jar | grep log4 > com/mchange/v2/log/log4j2/ > com/mchange/v2/log/log4j2/MLogAppender.class > com/mchange/v2/log/log4j/ > com/mchange/v2/log/log4j/Log4jMLog$Log4jMLogger.class > com/mchange/v2/log/log4j2/Log4j2MLog$Log4jMLogger.class > com/mchange/v2/log/log4j2/Log4j2MLog.class > com/mchange/v2/log/log4j/Log4jMLog.class
Due to the known security vulnerability of log4j, is there a quick patch in sight?
The text was updated successfully, but these errors were encountered:
Those are just an adapter that won't work without log4j installed. ma1sd uses slf4j for logging: https://github.com/ma1uta/ma1sd/blob/master/build.gradle#L91-L92
Sorry, something went wrong.
No branches or pull requests
It seems that ma1sd is using log4j:
Due to the known security vulnerability of log4j, is there a quick patch in sight?
The text was updated successfully, but these errors were encountered: