From 39616dc73ce4362802f491360261306a94a585a0 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Wed, 7 Mar 2012 08:59:19 +0000 Subject: [PATCH] =?UTF-8?q?l'installeur=20d=C3=A9clare=20automatiquement?= =?UTF-8?q?=20la=20ressource=20sge=20has=5Fmatlab=5F2011b=20lorsque=20matl?= =?UTF-8?q?ab=202011b=20est=20install=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ClusterController/Log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()