Attempt the third at making debug logging work in TestFlight
This commit is contained in:
parent
c15a5fc90f
commit
7a2d8e78eb
|
@ -8,6 +8,19 @@
|
|||
<dict>
|
||||
<key>DEFAULT-OPTIONS</key>
|
||||
<dict>
|
||||
<key>TTL</key>
|
||||
<dict>
|
||||
<key>Fault</key>
|
||||
<integer>30</integer>
|
||||
<key>Error</key>
|
||||
<integer>30</integer>
|
||||
<key>Debug</key>
|
||||
<integer>15</integer>
|
||||
<key>Info</key>
|
||||
<integer>30</integer>
|
||||
<key>Default</key>
|
||||
<integer>30</integer>
|
||||
</dict>
|
||||
<key>Level</key>
|
||||
<dict>
|
||||
<key>Persist</key>
|
||||
|
|
Loading…
Reference in New Issue