Skip to content

Commit

Permalink
[YUNIKORN-1991] Fix wrong log key in Application (#654)
Browse files Browse the repository at this point in the history
Closes: #654

Signed-off-by: Craig Condit <[email protected]>
  • Loading branch information
yui2010 authored and craigcondit committed Sep 19, 2023
1 parent 12d927c commit 9ad817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/objects/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ func (sa *Application) AddAllocationAsk(ask *AllocationAsk) error {

log.Log(log.SchedApplication).Info("ask added successfully to application",
zap.String("appID", sa.ApplicationID),
zap.String("appID", sa.user.User),
zap.String("user", sa.user.User),
zap.String("ask", ask.GetAllocationKey()),
zap.Bool("placeholder", ask.IsPlaceholder()),
zap.Stringer("pendingDelta", delta))
Expand Down

0 comments on commit 9ad817f

Please sign in to comment.