in teamcity-rest-client-impl/src/main/kotlin/org/jetbrains/teamcity/rest/coroutines/implementation.kt [2241:2248]
override suspend fun downloadBuildLog(output: File) {
LOG.info("Downloading build log from build ${getHomeUrl()} to $output")
val response = instance.service.buildLog(id.stringId)
saveToFile(response, output)
LOG.debug("Build log from build {} downloaded to {}", getHomeUrl(), output)
}