diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/ConsoleTransferListener.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/ConsoleTransferListener.kt index 108cd7a1..ebd21a2c 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/ConsoleTransferListener.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/maven/aether/ConsoleTransferListener.kt @@ -101,7 +101,7 @@ class ConsoleTransferListener @JvmOverloads constructor(out: PrintStream? = null transferCompleted(event) if (event.exception !is MetadataNotFoundException) { - if (KobaltLogger.LOG_LEVEL > 1) { + if (KobaltLogger.LOG_LEVEL > 2) { event.exception.printStackTrace(out) } }