You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Services/Infrastructure/OJS.Services.Infrastructure/Constants/LoggerMessageDefinitions.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -86,19 +86,19 @@ public static partial class LoggerMessageDefinitions
86
86
[LoggerMessage(302,LogLevel.Information,"Truncated {PercentageOfMessageContentTruncated:F2}% of a message's content to comply with token limits for problem #{ProblemId}.")]
[LoggerMessage(303,LogLevel.Warning,"The downloaded file from {Link} for problem #{ProblemId} in contest #{ContestId} is not in the expected format.")]
89
+
[LoggerMessage(303,LogLevel.Error,"The downloaded file from {Link} for problem #{ProblemId} in contest #{ContestId} is not in the expected format.",SkipEnabledCheck=true)]
[LoggerMessage(304,LogLevel.Warning,"The downloaded file from {Link} for problem #{ProblemId} in contest #{ContestId} is either empty or does not exist.")]
92
+
[LoggerMessage(304,LogLevel.Error,"The downloaded file from {Link} for problem #{ProblemId} in contest #{ContestId} is either empty or does not exist.",SkipEnabledCheck=true)]
[LoggerMessage(305,LogLevel.Error,"Failed to download the file from {Link} for problem #{ProblemId} in contest #{ContestId} with status code {StatusCode} and response message: {ResponseMessage}.")]
95
+
[LoggerMessage(305,LogLevel.Error,"Failed to download the file from {Link} for problem #{ProblemId} in contest #{ContestId} with status code {StatusCode} and response message: {ResponseMessage}.",SkipEnabledCheck=true)]
[LoggerMessage(307,LogLevel.Error,"Failed to parse the content of the downloaded file for problem #{ProblemId} in contest #{ContestId}.")]
101
+
[LoggerMessage(307,LogLevel.Error,"Failed to parse the content of the downloaded file for problem #{ProblemId} in contest #{ContestId}.",SkipEnabledCheck=true)]
[LoggerMessage(308,LogLevel.Error,"Problem description resource not found for problem #{ProblemId} in contest #{ContestId}. Verify that the problem or the first problem in the contest has a valid description resource.",SkipEnabledCheck=true)]
0 commit comments