Skip to content

Commit

Permalink
Logging success for better UX
Browse files Browse the repository at this point in the history
  • Loading branch information
doggydogworld committed Feb 26, 2025
1 parent 6ccb848 commit a800065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/mac-distribution/notarize/notarize.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func (t *Tool) NotarizeBinaries(files []string) error {
return trace.Wrap(err)
}
// Stapling is not done for binaries
t.log.Info("successfully notarized binaries", "files", files)
return nil
}

Expand Down
1 change: 1 addition & 0 deletions tools/mac-distribution/packaging/appbundle/appbundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (a *Packager) Package() error {
return trace.Wrap(err)
}

a.log.Info("successfully created app bundle", "path", a.Info.Skeleton)
return nil
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func (p *Packager) Package() error {
}
}

p.log.Info("successfully created package isntaller", "path", p.Info.OutputPath)
return nil
}

Expand Down

0 comments on commit a800065

Please sign in to comment.