Gradle - Log

Level

Debug

Log in debug mode (includes normal stacktrace).

gradle [-d|--debug]

Info

Set log level to info.

gradle [-i|--info]

Warning

Set log level to warn.

gradle [-w|--warn]

Specifies which mode of warnings to generate. Values are 'all', 'summary'(default) or 'none'

gradle --warning-mode

Quiet

Log errors only.

gradle [-q|--quiet]





Discover More
Gradle - Debug

Print out the full (very verbose) stacktrace for all exceptions. Print out the stacktrace for all exceptions.



Share this page:
Follow us:
Task Runner