electron/notarize

Add logging options

ianstormtaylor opened this issue · 1 comments

It seems like notarizing can take quite a while, it would be nice to be able to pass in an options.logger to get a little bit of feedback as it completes some of the steps, to know it's not hung.

@ianstormtaylor as with most other electron ecosystem modules we use the debug module. Setting DEBUG=electron-notarize* will spit out some helpful information every now and again