1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Log level.

This commit is contained in:
Cedric Beust 2016-06-22 01:29:21 -08:00
parent 5eb92ed10b
commit 1745194f5f

View file

@ -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)
}
}