[Gradle, JS] All regular text printed to DEBUG

This commit is contained in:
Ilya Goncharov
2020-06-01 12:49:38 +03:00
parent 97e4d23d75
commit c5aa35e016
@@ -73,6 +73,6 @@ class TeamCityMessageCommonClient(
}
override fun regularText(text: String) {
printMessage(text, null)
printMessage(text, LogType.DEBUG)
}
}