Posted August 26, 20169 yr Hi! Where do I have to place the logging.property file? In the doc of FMLPreInitializationEvent#getModLog() it says config/, but where is it ? Is it the config folder of the mod ? Thanks in advance
August 26, 20169 yr That doc comment is outdated, the logging.properties file is never used by any part of Forge. Minecraft and Forge now use log4j, its configuration format is documented here. I'm not sure if there's any way to configure your mod's messages without completely overwriting Forge's configurations. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
August 26, 20169 yr Author I'm not sure if there's any way to configure your mod's messages without completely overwriting Forge's configurations. I'm not using FMLLog, so I should be able to set my Logger level. Everything I tried do not seems to affect 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.