How to disable kotlin-daemon-*.log creation if gradle spawns a kotlin compile daemon process

Hi,

running gradle in my project it spawns a kotlin compiler daemon (buildSrc has code in Kotlin) which does create a log file in /tmp, e.g.:

/tmp/kotlin-daemon.2022-07-11.10-04-03-480.00.log

How can I disable that log creation?

Hello @tkrah

that what i found Gradle logging hygiene · Issue #2688 · gradle/gradle · GitHub

Hi @justsomeone,

that’s the daemon log of gradle - not the kotlin daemon log - although it is interesting to see that the gradle daemon itself does have such a problem too.

sorry for my miss understanding and i do not know try to post it in kotlin forum maybe someone help there also

and have a nice day :slight_smile: