Skip to content

Commit dd1f24e

Browse files
committed
Pretty logger
1 parent ea7921b commit dd1f24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/starter/starter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ func enqueueRescueRun(ctx context.Context, pendingRun datastore.PendingWorkflowR
468468
// Get full installation data from cache
469469
installation, err := gh.GetInstallationByID(ctx, installationID)
470470
if err != nil {
471-
logger.Logf(false, "failed to get installation from cache, using minimal data: %+v", err)
471+
logger.Logf(false, "failed to get installation from cache (installationID: %d), using minimal data: %+v", installationID, err)
472472
// Fallback to minimal installation data
473473
installation = &github.Installation{
474474
ID: &installationID,

0 commit comments

Comments
 (0)