From d67f4a2fe9e775e25556d0938d12c5b4e9fa7bc5 Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Mon, 6 Jun 2016 11:40:48 -0700 Subject: Updated documentation, moved some configuration parameters to the domino_conf.py file Change-Id: I31fe9cc150ed77bd200de8a78fb357b8d0761dab Signed-off-by: Ulas Kozat Updated documentation, moved some configuration parameters to the domino_conf.py file Change-Id: I419d647a8909f3ee88d96d311646843b1aef7c93 Signed-off-by: Ulas Kozat --- domino_conf.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'domino_conf.py') diff --git a/domino_conf.py b/domino_conf.py index 55f8367..8452f74 100644 --- a/domino_conf.py +++ b/domino_conf.py @@ -1,6 +1,9 @@ logfile = None +LOGLEVEL = 'DEBUG' #'WARNING' #ERROR, DEBUG, INFO #Client Parameters +INTERACTIVE = 'FALSE' + CLIENT_UDID = 1 CLIENT_SEQNO = 0 -- cgit 1.2.3-korg