We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d331a5a commit 3d45a97Copy full SHA for 3d45a97
Signal-Windows.Lib/SignalLogging.cs
@@ -99,7 +99,7 @@ public class SignalFileLoggerProvider : ILoggerProvider
99
private readonly string Filename;
100
private readonly string OldFilename;
101
private readonly string Prefix;
102
- private const int MaxLogSize = 64 * 1024;
+ private const int MaxLogSize = 256 * 1024;
103
private static object Lock = new object();
104
105
public SignalFileLoggerProvider(string filename, string prefix)
0 commit comments