diff --git a/ClusterController/Log.py b/ClusterController/Log.py index 388f497..9a5a650 100644 --- a/ClusterController/Log.py +++ b/ClusterController/Log.py @@ -1,7 +1,7 @@ import time import threading -gLogFilePath = '/var/log/ClusterController.log' +gLogFilePath = '/tmp/ClusterController.log'#'/var/log/ClusterController.log' def log( message ): threadName = threading.currentThread().getName()