Darkhax-Minecraft / ItemStages

Allows items to be put into stages.
GNU Lesser General Public License v2.1
7 stars 18 forks source link

[Feature Request] Config option for disabling Logging Debug Data #58

Closed juraj-hrivnak closed 3 years ago

juraj-hrivnak commented 3 years ago

This will help from the spam of these things [Client thread/INFO] [Item Stages]: Finished JEI Sync, took 0ms. 0 hidden, 0 shown. when gamestages are changing more rapidly

Darkhax commented 3 years ago

The logger for the game already has config options to configure this stuff. This system isn't very well documented but you can find non-mc examples by looking into Log4J. There are also several mods that can create custom logging filters.