Skip to content

Commit dfa159b

Browse files
committed
Stop logging entire spring analyzer command
1 parent c47aaba commit dfa159b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utbot-spring-analyzer/src/main/kotlin/org/utbot/spring/process/SpringAnalyzerProcess.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ class SpringAnalyzerProcess private constructor(
8282
"org.utbot.spring.process.SpringAnalyzerProcessMainKt"
8383
)
8484
val cmd = obtainProcessCommandLine(port)
85-
logger.info { "Spring cmd: ${cmd.joinToString(" ")}" }
8685
val process = ProcessBuilder(cmd)
8786
.directory(Files.createTempDirectory(utBotTempDirectory, "spring-analyzer").toFile())
8887
.start()

0 commit comments

Comments
 (0)