logLevel

@get:Input
@get:Optional
val logLevel: Property<String>

Deprecated

Has no effect inside Gradle; use Gradle's --info/--debug instead.

Log level for generator logs.

Inside the Gradle daemon SLF4J is bound to Gradle's own logging backend, so this property has no effect; use Gradle's --info/--debug instead. The value is still validated and an invalid level fails the task.