zeplin / fastlane-plugin-notarize

fastlane plugin to notarize a macOS app 🛂
MIT License
68 stars 8 forks source link

Parameter to disable detailed notarization response log #15

Closed UrsKahmann closed 4 years ago

UrsKahmann commented 4 years ago

Add a parameter to prevent the printing of the notarization service's response log. This log is often really log and makes the fastlane log on the CI quite unreadable. So for the case that the detailed log is not wanted it would be great to be able to disable it.

Implemented this in this PR: #13

berkcebi commented 4 years ago

Fixed by #13.