StorjOld / pyp2p

http://storj.io
MIT License
167 stars 45 forks source link

Use standard python logger for logging. #17

Closed F483 closed 8 years ago

F483 commented 8 years ago

This is completely spamming all messages (not only the ones concerning itself).

You should use a normal python logger instead of rolling your own.

This will allow others using your lib to have more control over logging.

F483 commented 8 years ago

This hasn't been much of a problem until now, but I am enabling data transfer by default as it will be need for the test group c client. So all the pyp2p logs are now making the output completely unreadable.

robertsdotpm commented 8 years ago

Added logging and removed some excessive statements.