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

Fix logging NPE and change log level of BlockTransformListener #1096

Merged
merged 1 commit into from
Nov 5, 2022

Conversation

KingOfSquares
Copy link
Contributor

Since ClassLoggers are always children of some parent Logger, the level will be null. (As specified in the javadocs)

The BlockTransformListener logging can spam a lot, so it made sense to me degrading it to finest, since fine includes more less spammy info.
Signed-off-by: KingSimon [email protected]

@Electroid Electroid merged commit 87f944c into PGMDev:dev Nov 5, 2022
@KingOfSquares KingOfSquares deleted the fix-logging branch November 9, 2022 23:13
calcastor pushed a commit to calcastor/PGM that referenced this pull request Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants