Kotlin for Forge

Kotlin for Forge

70M Downloads

"Fired/firing event for modid ..." messages in console are annoyingly verbose

ThePuzzlemaker opened this issue ยท 1 comments

commented

LOGGER.debug("Firing event for modid $modId : $e")
eventBus.post(e)
LOGGER.debug("Fired event for modid $modId : $e")

I don't exactly understand why these messages are here, and why they're not toggleable (without disabling all other debug messages, or doing some fancy log4j2 filtering). Wouldn't it at least be sensible to make them trace rather than debug?

commented

You're right, it should be in trace. Used to be debug in older versions and I never changed it.