examples: change log level to debug

This commit is contained in:
Jacob Plaster
2018-11-22 11:49:57 +00:00
parent 088198e4c4
commit fa9aed0a4e
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ sys.path.append('../')
from bfxapi import Client from bfxapi import Client
bfx = Client( bfx = Client(
logLevel='INFO' logLevel='DEBUG'
) )
@bfx.ws.on('error') @bfx.ws.on('error')

View File

@@ -5,7 +5,7 @@ sys.path.append('../')
from bfxapi import Client from bfxapi import Client
bfx = Client( bfx = Client(
logLevel='INFO' logLevel='DEBUG'
) )
@bfx.ws.on('error') @bfx.ws.on('error')