Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Dec 27, 2024
1 parent 8de106e commit 0d5259f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Utilities/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public static partial class Utils
.WriteTo.File(Path.Join(ApplicationPath, "Logs", "log.txt"),
formatProvider: CultureInfo.InvariantCulture,
rollingInterval: RollingInterval.Day,
retainedFileTimeLimit: TimeSpan.FromDays(90),
retainedFileTimeLimit: TimeSpan.FromDays(30),
shared: true)
.CreateLogger();

Expand Down

0 comments on commit 0d5259f

Please sign in to comment.