From 69c5ec1b9369b117100967d4c5e4a322546c2f10 Mon Sep 17 00:00:00 2001 From: kgriffs Date: Mon, 17 Feb 2014 15:41:09 -0600 Subject: [PATCH] doc(README): Have the user pass '-v' when starting marconi-server Users sometimes get confused when maconi-server doesn't print out anything about which IP and port it is listening on. Recommend passing '-v' so they learn this trick right off the bat. Change-Id: I49cd29566b18506fad4f9450ba46159f0a75590d --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d83d6ab5b..9e9970f03 100644 --- a/README.rst +++ b/README.rst @@ -41,9 +41,10 @@ installed and running. $ pip install -e . -7. Start the Marconi server:: +7. Start the Marconi server with logging level set to INFO so you can see + the port on which the server is listening:: - $ marconi-server + $ marconi-server -v 8. Test out that Marconi is working by creating a queue::