Posted March 8, 20214 yr Minecraft and Forge contains some code like LOGGER.trace(CLASSLOADING, ...); I want to see such messages in log (better to see all log messages). I didn't find `log4j2.xml`or something similar at game jar. How to change default log level?
March 8, 20214 yr Author Is it possible from command line arguments also? Edited March 8, 20214 yr by hohserg
March 8, 20214 yr Author Oops, not solved I use `-Dforge.logging.console.level=debug -Dforge.logging.markers=SCAN,REGISTRIES,REGISTRYDUMP,CLASSLOADING` But messages of `LOGGER.trace(CLASSLOADING, ...)` is not visible in debug.log file
March 8, 20214 yr Author Seems like I didn't understand sense of log level and trace markers. Can you explain it?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.