Skip to content

Commit 76ff361

Browse files
Prepare code for next release of CocoaLumberjack
This will allow to configure locking and has it turned off by default. We want to turn it on again.
1 parent f081297 commit 76ff361

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Monal/Classes/MLLogFileManager.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,9 @@ -(BOOL) isLogFile:(NSString*) fileName
8282
return (hasProperPrefix && hasProperSuffix);
8383
}
8484

85+
-(BOOL) shouldLockLogFile:(NSString*) filePath
86+
{
87+
return YES;
88+
}
89+
8590
@end

0 commit comments

Comments
 (0)