We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a1506 commit f1393aaCopy full SHA for f1393aa
src/WorkItemMigrator/JiraExport/JiraProvider.cs
@@ -92,7 +92,7 @@ private async Task<JiraAttachment> GetAttachmentInfo(string id)
92
}
93
catch (Exception ex)
94
{
95
- Logger.Log(ex, $"Cannot find info for attachment '{id}'. Skipping.");
+ Logger.Log(LogLevel.Warning, $"Cannot find info for attachment '{id}', skipping. Reason '{ex.Message}'.");
96
return null;
97
98
0 commit comments