Skip to content

Commit e6cbfb6

Browse files
committed
Improve docs
1 parent e793f94 commit e6cbfb6

File tree

1 file changed

+2
-2
lines changed
  • src/main/kotlin/com/gabrielfeo/gradle/enterprise/api

1 file changed

+2
-2
lines changed

src/main/kotlin/com/gabrielfeo/gradle/enterprise/api/Api.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
8282
var debugLoggingEnabled = System.getenv("GRADLE_ENTERPRISE_API_DEBUG_LOGGING").toBoolean()

0 commit comments

Comments
 (0)