diff --git a/MP.Land/appsettings.json b/MP.Land/appsettings.json index 843665a9..4dcddcfe 100644 --- a/MP.Land/appsettings.json +++ b/MP.Land/appsettings.json @@ -26,10 +26,10 @@ "archiveEvery": "Day", "archiveFileName": "${basedir}/logs/old/${shortdate}_{#}.log", "archiveNumbering": "DateAndSequence", - "archiveAboveSize": "102400", + "archiveAboveSize": "1024000", "archiveDateFormat": "HH", - "maxArchiveFiles": "30", - "maxArchiveDays": "7" + "maxArchiveFiles": "60", + "maxArchiveDays": "30" }, "logconsole": { "type": "ColoredConsole", @@ -44,7 +44,7 @@ }, { "logger": "*", - "minLevel": "Trace", + "minLevel": "Info", "writeTo": "logfile" } ]