mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
parent
0e0472b608
commit
63d89b45fc
@ -47,7 +47,7 @@ from blocFissure.gmu import initLog
|
||||
from blocFissure.gmu.casStandard import casStandard
|
||||
|
||||
# -----------------------------------------------------------------------------------------------
|
||||
LOGFILE = os.path.join(tempfile.gettempdir(),"blocFissure.log")
|
||||
LOGFILE = tempfile.NamedTemporaryFile().name + "_blocFissure.log"
|
||||
#initLog.setDebug(LOGFILE) # debug = 10
|
||||
#initLog.setVerbose(LOGFILE) # info = 20
|
||||
#initLog.setRelease(LOGFILE) # warning = 30
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user