Skip to content

Commit

Permalink
Update RollingTextFileLogAdapter.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Aug 8, 2024
1 parent b7c4a0f commit 2e3212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/CrispyWaffle/Log/Adapters/RollingTextFileLogAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ private void WriteToFile(LogLevel level, string content, string fileName = defau
{
Application = EnvironmentHelper.ApplicationName,
Category = category == default ? _defaultCategory : category,
Date = DateTime.Now,
Date = DateTime.UtcNow,
Hostname = EnvironmentHelper.Host,
Id = Guid.NewGuid().ToString(),
IpAddress = EnvironmentHelper.IpAddress,
Expand Down

0 comments on commit 2e3212b

Please sign in to comment.