[Enhancement]: Create a Config-Option or Change how ItemStages logs mods being staged.
Lanse505 opened this issue ยท 1 comments
Realistically when doing whole mod staging ItemStages should only log:
"Adding item stage X to mod Y".
You don't have to log every item being applied to every item in that mod.
Stage > Item logging should probably be limited to the methods that actually takes an IItemstack/IIngredient component.
Why do you ask?
To avoid log spam, how much log spam?
What about 14k when staging most of a 100 count mod pack :P
https://gist.github.com/Lanse505/c029ff729b6e7888e953db0e1c276dfd
Most of those 14k lines could realistically, in this case, be condensed into something like 57 lines of logging.
This would help greatly to condense the crafttweaker.log into fewer lines and makes it a lot easier to look through :)