Update the size of local csv file.

This commit is contained in:
atef 2023-10-30 16:27:15 +01:00
parent 48e766bdde
commit 8d67bea146
1 changed files with 1 additions and 1 deletions

View File

@ -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