Skip to content

Commit

Permalink
Merge branch 'main' into update-modelid
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraAhlgrimm committed Feb 8, 2024
2 parents 1a5f744 + dcd7e14 commit 538774d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,13 @@ private static void LogPlanResult(this ILogger logger, object planResult)
[LoggerMessage(
EventId = 0,
Level = LogLevel.Error,
Message = "Plan creation failed. Error: {Message}")]
Message = "Plan execution failed. Error: {Message}")]
static partial void LogInvokePlanError(this ILogger logger, Exception exception, string message);

[LoggerMessage(
EventId = 0,
Level = LogLevel.Information,
Message = "Plan creation duration: {Duration}s.")]
Message = "Plan execution duration: {Duration}s.")]
static partial void LogInvokePlanDuration(this ILogger logger, double duration);

#pragma warning restore SYSLIB1006 // Multiple logging methods cannot use the same event id within a class
Expand Down

0 comments on commit 538774d

Please sign in to comment.