SpockBotMC / SpockBot

High level Python framework for building Minecraft clients and bots.
MIT License
198 stars 47 forks source link

Cut down on logging in the SpockBot library #138

Closed gamingrobot closed 9 years ago

gamingrobot commented 9 years ago

Cut down on how much we log in SpockBot and change any current info logs to debug logs.

Gjum commented 9 years ago

Some modules (movement, respawn, mcpacket) set up the logger, but never use them.

gamingrobot commented 9 years ago

Fixed in #169