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
This commit is contained in:
kgriffs 2014-02-17 15:41:09 -06:00
parent de4aa6bf75
commit 69c5ec1b93
1 changed files with 3 additions and 2 deletions

View File

@ -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::