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
The packages libraries.python*.vm use this to redirect output from pip when installing Python modules. It'd be good to grab these per-install log files as well. You'll likely need to use a regex to find them, but they should be in a subdirectory within lib-bad somewhere.
The text was updated successfully, but these errors were encountered:
Add the following logs to the artifacts:
%PROGRAMDATA%\chocolatey\lib-bad\*\install_log.txt
Packages may create a per-install log to use for whatever they wish, see:
VM-Packages/packages/common.vm/tools/vm.common/vm.common.psm1
Line 169 in f27baca
The packages
libraries.python*.vm
use this to redirect output from pip when installing Python modules. It'd be good to grab these per-install log files as well. You'll likely need to use a regex to find them, but they should be in a subdirectory withinlib-bad
somewhere.The text was updated successfully, but these errors were encountered: