Skip to content

Commit

Permalink
chore: disable no ts logger
Browse files Browse the repository at this point in the history
  • Loading branch information
pankcuf committed Nov 7, 2023
1 parent 64132d4 commit 143e7eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DashSync/shared/Libraries/DSLogger.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ - (instancetype)init {
DDFileLogger *fileLogger = [[DDFileLogger alloc] init];
fileLogger.rollingFrequency = 60 * 60 * 24; // 24 hour rolling
fileLogger.logFileManager.maximumNumberOfLogFiles = 3; // keep a 3 days worth of log files
[fileLogger setLogFormatter:[[NoTimestampLogFormatter alloc] init]]; // Use the custom formatter

//[fileLogger setLogFormatter:[[NoTimestampLogFormatter alloc] init]]; // Use the custom formatter
[DDLog addLogger:fileLogger];
_fileLogger = fileLogger;
}
Expand Down

0 comments on commit 143e7eb

Please sign in to comment.