Skip to content

Commit e11d5b8

Browse files
updated code change
1 parent 66598f5 commit e11d5b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LCT.Common/PipelineArtifactUploader.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static void UploadLogs()
3333
}
3434
else if (envType == EnvironmentType.Unknown)
3535
{
36-
Logger.Logger.Log(null, Level.Warn, $"Uploading of logs is not supported.", null);
36+
Logger.Logger.Log(null, Level.Alert, $"Uploading of logs is not supported.", null);
3737
}
3838

3939
}
@@ -50,7 +50,7 @@ public static void UploadBom()
5050
}
5151
else if (envType == EnvironmentType.Unknown)
5252
{
53-
Logger.Logger.Log(null, Level.Warn, $"Uploading of SBOM is not supported.", null);
53+
Logger.Logger.Log(null, Level.Alert, $"Uploading of SBOM is not supported.", null);
5454
}
5555

5656
}

0 commit comments

Comments
 (0)