Skip to content

Commit 7f69390

Browse files
committed
Logging file
1 parent d314672 commit 7f69390

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/process/ChildProcessRunner.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ class ChildProcessRunner {
3838
processSeqN++
3939

4040
if (UtSettings.logConcreteExecutionErrors) {
41-
UT_BOT_TEMP_DIR.mkdirs()
42-
errorLogFile = File(UT_BOT_TEMP_DIR, "${hashCode()}-${processSeqN}.log")
41+
errorLogFile = File("concrete_executor.log")
4342
}
4443

4544
val processBuilder = ProcessBuilder(cmds).redirectError(errorLogFile)

0 commit comments

Comments
 (0)