Lower log level

This commit is contained in:
Davide De Rosa 2018-10-27 00:29:12 +02:00
parent b457315eb0
commit 4388dfe6ae
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class AppConstants {
static func configure() {
let console = ConsoleDestination()
console.useNSLog = true
console.minLevel = .verbose
console.minLevel = .debug
SwiftyBeaver.addDestination(console)
}
}