aboutsummaryrefslogtreecommitdiffstats
path: root/domino_conf.py
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-06-06 11:40:48 -0700
committerUlas Kozat <ulas.kozat@gmail.com>2016-06-06 11:52:17 -0700
commitd67f4a2fe9e775e25556d0938d12c5b4e9fa7bc5 (patch)
treedb8eda52c8b9e0ff2eb3c924460c080400820cc8 /domino_conf.py
parent03a4f7d06c9edb877bae2f43b90d82f9adb8e956 (diff)
Updated documentation, moved some configuration parameters to the domino_conf.py file
Change-Id: I31fe9cc150ed77bd200de8a78fb357b8d0761dab Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com> Updated documentation, moved some configuration parameters to the domino_conf.py file Change-Id: I419d647a8909f3ee88d96d311646843b1aef7c93 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'domino_conf.py')
-rw-r--r--domino_conf.py3
1 files changed, 3 insertions, 0 deletions
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