PowerSchill / minecraft-app

Splunking Minecraft with the App Framework
Apache License 2.0
1 stars 0 forks source link

Add the ability to enable/disable logging for specific sections #10

Closed PowerSchill closed 7 years ago

PowerSchill commented 8 years ago

Add the ability for fine-grain control for which events would be logged giving the user more control.

Initial thoughts are added settings in the properties files at both a type level such as

mod.splunk.craft.logging.blocks=disabled

or at a granular level such as

mod.splunk.craft.logging.blocks.ignite=disabled

The default would be to log everything.