mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Log level.
This commit is contained in:
parent
5eb92ed10b
commit
1745194f5f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue