Skip to content

Commit

Permalink
Prepare code for next release of CocoaLumberjack
Browse files Browse the repository at this point in the history
This will allow to configure locking and has it turned off by default.
We want to turn it on again.
  • Loading branch information
tmolitor-stud-tu committed Jan 27, 2025
1 parent f081297 commit 76ff361
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Monal/Classes/MLLogFileManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,9 @@ -(BOOL) isLogFile:(NSString*) fileName
return (hasProperPrefix && hasProperSuffix);
}

-(BOOL) shouldLockLogFile:(NSString*) filePath
{
return YES;
}

@end

0 comments on commit 76ff361

Please sign in to comment.