From 579d0493d83d035f519dc6fa10b10581eed78eda Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Tue, 12 Nov 2013 09:51:05 -0800 Subject: [PATCH] Added instructions for debugging information --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index f02ce9d..227a7a9 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,11 @@ Activate isolated environment. :: VIRTUAL_ENV=$HOME/.virtualenv source $VIRTUAL_ENV/bin/activate +For debugging information, run these commands first. :: + + import logging + logging.basicConfig(level=logging.DEBUG) + Emit. :: from socketIO_client import SocketIO