Draco18s / HarderStuff

Tweaking vanilla and making it more interesting
8 stars 2 forks source link

Constant wildlifeeventhandler spam on console #30

Open Nagapito opened 7 years ago

Nagapito commented 7 years ago

You are constantly outputing log messages to the console, without having an option to enable/disable this output.

example:

[14:30:16] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item String : null [14:30:23] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Rotten Flesh : null [14:30:24] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Flint : null [14:30:24] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Rotten Flesh : null [14:30:25] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Gravel : null [14:30:25] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Egg : null [14:30:37] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Feather : null [14:30:38] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Dirt : null [14:30:40] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Dirt : null [14:30:40] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Egg : null [14:31:02] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Dirt : null [14:31:05] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Dirt : null [14:31:09] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Dirt : null [14:31:10] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Dirt : null [14:31:19] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Ink Sac : null [14:31:20] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Ink Sac : null [14:31:24] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Dirt : null [14:31:24] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Dirt : null [14:31:28] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Feather : null [14:31:28] [Server thread/INFO] [STDOUT]: [com.draco18s.wildlife.WildlifeEventHandler:onSaplingItemDead:668]: Item Dirt : null

Draco18s commented 7 years ago

Whoops! Left over testing info that I never realized I left in. Thanks for spotting it, I'll get that fixed here soon.

Draco18s commented 7 years ago

Actually, whoops, correction: because I moved computers my 1.7.10 workspace is messed up. :X This might take a bit longer.