-
Notifications
You must be signed in to change notification settings - Fork 907
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#1332) Add switch to disable logging for archive extraction
Adds a switch "disableLogging" to Get-ChocolateyUnzip and Install-ChocolateyZipPackage. This switch disable 7zip logging of extracted filenames and does not write out the log of extracted files. Install-ChocolateyZip passes the switch to Get-ChocolateyUnzip, and the functionality is implemented into Get-ChocolateyUnzip. This is useful for large archives with a very large number of files as logging the extracted files can significantly slow down the extraction process.
- Loading branch information
1 parent
d8ca7ba
commit d9b7be2
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters