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