mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-29 12:02:11 +00:00
Lower log level
This commit is contained in:
parent
b457315eb0
commit
4388dfe6ae
@ -108,7 +108,7 @@ class AppConstants {
|
||||
static func configure() {
|
||||
let console = ConsoleDestination()
|
||||
console.useNSLog = true
|
||||
console.minLevel = .verbose
|
||||
console.minLevel = .debug
|
||||
SwiftyBeaver.addDestination(console)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user