Skip to content

Commit

Permalink
Add additional data to package analysis log
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Adams <[email protected]>
  • Loading branch information
SteveHNH committed Oct 2, 2023
1 parent 3f486cb commit 4637e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evaluator/evaluate.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ func evaluateAndStore(tx *gorm.DB, system *models.SystemPlatform,

installed, updatable, err := analyzePackages(tx, system, vmaasData)
if err != nil {
utils.LogError("requestIDs", event.RequestIDs, "inventoryID", system.InventoryID)
return errors.Wrap(err, "Package analysis failed")
}

Expand Down

0 comments on commit 4637e22

Please sign in to comment.