Posted March 31, 20196 yr I've been playing some modpacks recently, and realized that some mods tend to write a lot of messages to the log (most of which informing the initialization state the mod is at). Examples being: [19:34:44] [Client thread/INFO] [Actually Additions]: Initializing Crusher Recipes... [19:34:44] [Client thread/INFO] [Actually Additions]: Registered a total of 105 booklet chapters, where 305 out of 423 booklet pages contain information about items or fluids! [19:34:44] [Client thread/INFO] [Actually Additions]: PostInitializing ClientProxy... [19:34:44] [Actually Additions Special Fetcher/INFO] [Actually Additions]: Fetching Special People Stuff... [19:34:44] [Client thread/INFO] [Actually Additions]: PostInitialization Finished. [19:34:44] [Client thread/INFO] [AE2:C]: Post Initialization ( started ) [19:34:44] [Client thread/INFO] [AE2:C]: Industrial Craft 2 - Integration Disabled [19:34:44] [Client thread/INFO] [AE2:C]: Railcraft - Integration Disabled [19:34:44] [Client thread/INFO] [AE2:C]: Mine Factory Reloaded - Integration Disabled [19:34:44] [Client thread/INFO] [AE2:C]: Waila - Integration Disabled [19:34:44] [Client thread/INFO] [AE2:C]: Inventory Tweaks - Integration Enable [19:34:44] [Client thread/INFO] [AE2:C]: Just Enough Items - Integration Enable [19:34:44] [Client thread/INFO] [AE2:C]: Mekanism - Integration Enable [19:34:44] [Client thread/INFO] [AE2:C]: OpenComputers - Integration Disabled [19:34:44] [Client thread/INFO] [AE2:C]: TheOneProbe - Integration Enable [19:34:44] [Client thread/INFO] [AE2:C]: Tesla - Integration Disabled [19:34:44] [Client thread/INFO] [AE2:C]: CraftTweaker - Integration Enable [19:34:44] [Actually Additions Special Fetcher/INFO] [Actually Additions]: Fetching Special People Stuff done! [19:34:44] [Client thread/INFO] [AE2:C]: Post Initialization ( ended after 266ms ) [19:34:49] [Client thread/INFO] [THAUMCRAFT]: Loaded 22 research entries from thaumcraft:research/alchemy [19:34:49] [Client thread/INFO] [THAUMCRAFT]: Loaded 5 research entries from thaumcraft:research/eldritch [19:34:49] [Client thread/INFO] [THAUMCRAFT]: Loaded 20 research entries from thaumcraft:research/basics [19:34:49] [Client thread/INFO] [THAUMCRAFT]: Loaded 23 research entries from thaumcraft:research/auromancy [19:34:49] [Client thread/INFO] [THAUMCRAFT]: Loaded 12 research entries from thaumcraft:research/scans [19:34:49] [Client thread/INFO] [THAUMCRAFT]: Loaded 20 research entries from thaumcraft:research/artifice [19:34:49] [Client thread/INFO] [THAUMCRAFT]: Loaded 17 research entries from thaumcraft:research/infusion [19:34:49] [Client thread/INFO] [THAUMCRAFT]: Loaded 29 research entries from thaumcraft:research/golemancy These messages are rather unimportant to me as a player, and they tend to spam the whole log, making Warning/Error level messages hard to locate. Is there a way to config the game to not write Info level messages to the log? Edited March 31, 20196 yr by DavidM Some tips: Spoiler Modder Support: Spoiler 1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code. 2. Always post your code. 3. Never copy and paste code. You won't learn anything from doing that. 4. Quote Programming via Eclipse's hotfixes will get you nowhere 5. Learn to use your IDE, especially the debugger. 6. Quote The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it. Support & Bug Reports: Spoiler 1. Read the EAQ before asking for help. Remember to provide the appropriate log(s). 2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.
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.