Skip to content

Commit

Permalink
Default log size = 10KiB
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed Apr 9, 2024
1 parent 9fe5724 commit 7332259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/MVCFramework.Logger.pas
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ procedure InitializeDefaultLogger;
{$ELSE}
lLogsFolder := TPath.Combine(TPath.GetDocumentsPath, 'logs');
{$ENDIF}
lFileAppender := TLoggerProFileAppender.Create(5, 2000, lLogsFolder);
lFileAppender := TLoggerProFileAppender.Create(5, 10000, lLogsFolder);
if IsConsole and UseConsoleLogger then
begin
{$IF Defined(MSWINDOWS)}
Expand Down

0 comments on commit 7332259

Please sign in to comment.