Skip to content

Commit 800607c

Browse files
committed
.
1 parent 2a9987e commit 800607c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ + (void) load {
128128
+ (void) openLog {
129129
// Initialize the log
130130
BNCLogInitialize();
131+
BNCLogSetDisplayLevel(BNCLogLevelAll);
131132
NSURL *logURL = BNCURLForBranchDirectory();
132133
logURL = [logURL URLByAppendingPathComponent:@"Branch.log"];
133134
BNCLogSetOutputToURLByteWrap(logURL, 102400);

0 commit comments

Comments
 (0)