Salome HOME
Update of CheckDone
[modules/smesh.git] / src / Tools / blocFissure / gmu / initLog.py
index ee9d1863d6770ffb9a619642bb1fb2a02afa9ab0..f6987031c236b7dd63097eea4db0d2f567c304b8 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2021  EDF R&D
+# Copyright (C) 2014-2024  EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -30,7 +30,7 @@ error = 40
 critical = 50
 always = 100
 
-LOGFILE = os.path.join(tempfile.gettempdir(),"blocFissure.log")
+LOGFILE = tempfile.NamedTemporaryFile().name + "_blocFissure.log"
 
 LOG_LEVEL = warning