ismailof/mopidy-json-client

Implement logging (debug) features

Closed this issue · 1 comments

The code should implement basic logging

  • Change the remaining 'print' lines to logger.debug
  • Add useful debugging information
  • Add debug option in call to MopidyWSClient

Working on it. Debug information added to connection management functions
After pending refactoring and Exception handling, this should be easy.