osupython / pip2

Experimental port of pip from distutils to distutils2.
http://pip2.readthedocs.org/
MIT License
18 stars 11 forks source link

Added Logger #81

Closed michaeta closed 12 years ago

michaeta commented 12 years ago

Fixes: #55

Added a standard logger to pip2. The logger is located in APPDATA for Windows and in the user's home directory for Mac and Linux.

Added files:

njwilson commented 12 years ago

Merged. You asked me to verify the log file location on a Mac and I did; it appears in ~/.pip2/pip2.log as expected.