Gendustry

Gendustry

35M Downloads

Console spam

LemADEC opened this issue ยท 2 comments

commented

As of bdlib-1.12.2.8-mc1.10.2 / gendustry-1.6.4.17-mc1.10.2, lots of configuration is dump into console logs like so:

[20:59:54] [Client thread/INFO] [bdlib/gendustry]: Loading config: jar:file:/C:/Users/gainzt/AppData/Roaming/.technic/modpacks/princess-harvest/mods/gendustry-1.6.4.17-mc1.10.2.jar!/assets/gendustry/config/upgrades.cfg
[20:59:54] [Client thread/DEBUG] [bdlib/gendustry]: Starting parsing
[20:59:54] [Client thread/DEBUG] [bdlib/gendustry]: Processing 3 statements
[20:59:54] [Client thread/DEBUG] [bdlib/gendustry]: Config: Upgrades.prod.id = EntryDouble(0.0)
[20:59:54] [Client thread/DEBUG] [bdlib/gendustry]: Config: Upgrades.prod.max = EntryDouble(8.0)
[20:59:54] [Client thread/DEBUG] [bdlib/gendustry]: Config: Upgrades.prod.production = EntryModifierMul(1.2)
[20:59:54] [Client thread/DEBUG] [bdlib/gendustry]: Config: Upgrades.prod.energy = EntryModifierMul(1.2)
[20:59:54] [Client thread/DEBUG] [bdlib/gendustry]: Config: Upgrades.life.id = EntryDouble(1.0)

Please consider removing this debug logs.

commented

same goes with those:

[21:00:07] [Client thread/TRACE] [gendustry/gendustry]: Sending event FMLPostInitializationEvent to mod gendustry
[21:00:07] [Client thread/DEBUG] [bdlib/gendustry]: Processing 13 recipe statements
[21:00:07] [Client thread/DEBUG] [bdlib/gendustry]: Added D = StackItem(minecraft,diamond,32767)
[21:00:07] [Client thread/DEBUG] [bdlib/gendustry]: Added P = StackItem(gendustry,PowerModule,32767)
[21:00:07] [Client thread/DEBUG] [bdlib/gendustry]: Added F = StackItem(forestry,grafter,32767)
[21:00:07] [Client thread/DEBUG] [bdlib/gendustry]: Added S = StackItem(forestry,scoop,32767)
[21:00:07] [Client thread/DEBUG] [bdlib/gendustry]: Adding shaped recipe List(_DD, _FD, P__) => StackItem(gendustry,IndustrialGrafter,32767) * 1
[21:00:07] [Client thread/DEBUG] [bdlib/gendustry]: D -> 1xitem.diamond@32767
[21:00:07] [Client thread/DEBUG] [bdlib/gendustry]: F -> 1xitem.for.grafter@32767
[21:00:07] [Client thread/DEBUG] [bdlib/gendustry]: P -> 1xitem.gendustry.PowerModule@32767
commented

That's debug loglevel, if you don't want spam - don't enable it :P

Default launcher doesn't show debug messages on screen, but logs them to the log file. If you care about that so much you can configure the logging system to disable that as well.

My mods are extremely configurable so when people do something weird and break stuff i need to know what's exactly going on. Since getting people to post their modified configs when reporting bugs is an exercise in futility, at least that way i can get the info in the logs.