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
Logger.Logger.Log(null,Level.Warn,$" └── Moderation request is created while uploading source code in SW360. Please request {component.ReleaseCreatedBy} or the license clearing team to approve the moderation request.",null);
165
+
Logger.Logger.Log(null,Level.Warn,$" └── Moderation request is created while uploading source code in SW360. Please request {component.ReleaseCreatedBy} or the license clearing team to approve the moderation request.",null);
Copy file name to clipboardExpand all lines: src/LCT.Common/Logging/LoggerHelper.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1298,7 +1298,7 @@ public static void WriteFossologyProcessInitializeMessage(string formattedName,
1298
1298
{
1299
1299
if(LoggerFactory.UseSpectreConsole)
1300
1300
{
1301
-
Logger.Logger.Log(null,Level.Notice,$" ├── Initiating FOSSology process for: Release : Name - [cyan]{formattedName}[/] , version - [cyan]{item.Version}[/]",null);
1301
+
Logger.Logger.Log(null,Level.Notice,$" ├── Initiating FOSSology process for: Release : Name - [cyan]{formattedName}[/] , version - [cyan]{item.Version}[/]",null);
Logger.Logger.Log(null,Level.Warn,$"Moderation request is created while updating the SourceDownloadURL in SW360. Please request {cbomData.ReleaseCreatedBy} or the license clearing team to approve the moderation request.",null);
602
+
Logger.Logger.Log(null,Level.Warn,$" └── Moderation request is created while updating the SourceDownloadURL in SW360. Please request {cbomData.ReleaseCreatedBy} or the license clearing team to approve the moderation request.",null);
0 commit comments