Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
tunnel
liberty-tunnel-ios
Commits
f5477b58
Commit
f5477b58
authored
Jun 08, 2018
by
Davide De Rosa
Browse files
Log up to .info in production
parent
cf11b8be
Changes
1
Hide whitespace changes
Inline
Side-by-side
PIA VPN/Bootstrapper.swift
View file @
f5477b58
...
...
@@ -31,7 +31,11 @@ class Bootstrapper {
func
bootstrap
()
{
let
console
=
ConsoleDestination
()
#if PIA_DEV
console
.
minLevel
=
.
debug
#else
console
.
minLevel
=
.
info
#endif
SwiftyBeaver
.
addDestination
(
console
)
AppPreferences
.
shared
.
migrate
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment