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
_collector.EmitGlobalError($"Failed to publish synonym set '{name}'. Reason: {response.ApiCallDetails.OriginalException?.Message??response.ToString()}");
133
+
_collector.EmitGlobalError($"Failed to publish synonym set '{setName}'. Reason: {response.ApiCallDetails.OriginalException?.Message??response.ToString()}");
134
134
}
135
135
else
136
136
{
137
-
_logger.LogInformation("Successfully published synonym set '{Name}'.",name);
137
+
_logger.LogInformation("Successfully published synonym set '{SetName}'.",setName);
0 commit comments