Skip to content
Snippets Groups Projects
Commit c285c71f authored by Fabian Schuh's avatar Fabian Schuh
Browse files

[websocket] disable default logging level

parent ab99bea9
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ from events import Events
import websocket
log = logging.getLogger(__name__)
logging.basicConfig(level=logging.DEBUG)
#logging.basicConfig(level=logging.DEBUG)
class BitSharesWebsocket(Events):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment