You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, stdout and stderr are redirected from an installer. stderr is correctly using Write-Error, but stdout is redirected to Write-Host. For some installers that put out a lot of output, this could be a bit overwhelming. Instead we should write it to the Verbose log instead.
Previously, stdout from an installer was redirected to Write-Host. For
some installers, this can cause an overwhelming amount of information
to be written to the console. Instead write that output to the Verbose
log.
* stable:
(maint) formatting
(maint) download would come next to new
(doc) Provide SHA256 recommendation
(GH-941) Alias `$url64` with Get-ChocolateyWebFile
(GH-941) Get-ChocolateyUnzip aliases File for parity
(GH-940) Log Native Installer Output to Verbose
(maint) Template - add checksumtypes / set sha256
Right now, stdout and stderr are redirected from an installer. stderr is correctly using Write-Error, but stdout is redirected to Write-Host. For some installers that put out a lot of output, this could be a bit overwhelming. Instead we should write it to the Verbose log instead.
An example is the netbeans installer
cc @ComFreek
The text was updated successfully, but these errors were encountered: