Update the size of local csv file.
This commit is contained in:
parent
48e766bdde
commit
8d67bea146
|
@ -6,7 +6,7 @@ public static class Logger
|
|||
{
|
||||
// Specify the maximum log file size in bytes (e.g., 1 MB)
|
||||
|
||||
private const Int32 MaxFileSizeBytes = 1024 * 21; // TODO: move to settings
|
||||
private const Int32 MaxFileSizeBytes = 1024 * 30; // TODO: move to settings
|
||||
private const Int32 MaxLogFileCount = 5000; // TODO: move to settings
|
||||
private const String LogFilePath = "LogDirectory/log.csv"; // TODO: move to settings
|
||||
|
||||
|
|
Loading…
Reference in New Issue