aboutsummaryrefslogtreecommitdiffstats
path: root/DominoServer.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 /DominoServer.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 'DominoServer.py')
-rwxr-xr-xDominoServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DominoServer.py b/DominoServer.py
index 3cb3db6..05f1ab2 100755
--- a/DominoServer.py
+++ b/DominoServer.py
@@ -339,7 +339,7 @@ class DominoServer:
def main(argv):
server = DominoServer()
- loglevel = 'WARNING'
+ loglevel = LOGLEVEL
#process input arguments
try:
opts, args = getopt.getopt(argv,"hc:l:",["conf=","log="])