Skip to content

Commit 3d45a97

Browse files
committed
Increase log size
1 parent d331a5a commit 3d45a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signal-Windows.Lib/SignalLogging.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class SignalFileLoggerProvider : ILoggerProvider
9999
private readonly string Filename;
100100
private readonly string OldFilename;
101101
private readonly string Prefix;
102-
private const int MaxLogSize = 64 * 1024;
102+
private const int MaxLogSize = 256 * 1024;
103103
private static object Lock = new object();
104104

105105
public SignalFileLoggerProvider(string filename, string prefix)

0 commit comments

Comments
 (0)