This repository was archived by the owner on Oct 13, 2023. It is now read-only. 
  
Description
Hey,
 I'm using your websocket implementation in my project,
 I was logging everything to a file and I noticed that after I used your code, it started to display log messages in the terminal.
 Your logging configuration is overwriting mine, I fixed the problem by commenting out line 25 in websocket_client.py.
 logging.basicConfig(level=logging.DEBUG)
 I don't know if there is a more elegant fix, I haven't had experience getting into logging at a deeper level.