aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-06-01 16:21:13 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-01 16:21:13 +0000
commitba0d2a3caab1de4d20ff4f43318d9b24732e33cf (patch)
tree81d2ad5b11d6b410ef9bdae0cbe183d421d9c99e /README.md
parent70dd36828ef1efca9204c15deacea25bc69a8709 (diff)
parentb1486d4aeb0e37e0cb8fd31110af1e52d9a155fe (diff)
Merge "refactored codes, added standalone CLI client, option of interactive vs. standalone CLI"
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5120d0e..0ebf5e0 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,10 @@ Tested on Ubuntu 14.04 and OS X El Capitan
###Start the first Domino Client:
./DominoClient.py -p 9091 --log=DEBUG
+Note: if --log option is ommitted, the default logging level is Warning messages
+
###Start the second Domino Client:
- ./DominoClient.py -p 9092
+ ./DominoClient.py -p 9092 --log=DEBUG
##CLI at the Domino Client: