File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/com/gabrielfeo/gradle/enterprise/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ var cacheDir = System.getenv("GRADLE_ENTERPRISE_API_CACHE_DIR")?.let(::File)
7676 ? : File (System .getProperty(" java.io.tmpdir" ), " gradle-enterprise-api-kotlin-cache" )
7777
7878/* *
79- * Enables debug logging from the library. All logging is output to the program's standard streams.
80- * By default, uses environment variable `GRADLE_ENTERPRISE_API_DEBUG_LOGGING` or `false`.
79+ * Enables debug logging from the library. All logging is output to stderr. By default, uses
80+ * environment variable `GRADLE_ENTERPRISE_API_DEBUG_LOGGING` or `false`.
8181 */
8282var debugLoggingEnabled = System .getenv(" GRADLE_ENTERPRISE_API_DEBUG_LOGGING" ).toBoolean()
You can’t perform that action at this time.
0 commit comments