diff --git a/bfxapi/examples/connect.py b/bfxapi/examples/connect.py index 829abff..c37de49 100644 --- a/bfxapi/examples/connect.py +++ b/bfxapi/examples/connect.py @@ -5,7 +5,7 @@ sys.path.append('../') from bfxapi import Client bfx = Client( - logLevel='INFO' + logLevel='DEBUG' ) @bfx.ws.on('error') diff --git a/bfxapi/examples/subscribe_trades_candles.py b/bfxapi/examples/subscribe_trades_candles.py index f2943e3..6900c87 100644 --- a/bfxapi/examples/subscribe_trades_candles.py +++ b/bfxapi/examples/subscribe_trades_candles.py @@ -5,7 +5,7 @@ sys.path.append('../') from bfxapi import Client bfx = Client( - logLevel='INFO' + logLevel='DEBUG' ) @bfx.ws.on('error')