rlee287 / pyautoupdate

An auto-update API for Python programs. ARCHIVED: The update mechanism here contains no guarantees about code integrity. You may want to look at TUF (The Update Framework) instead.
GNU Lesser General Public License v2.1
14 stars 2 forks source link

Use python's logging module for print output #11

Closed rlee287 closed 7 years ago

rlee287 commented 8 years ago

This could be done by passing a logging.Logger object into the spawned code, or by using the multiprocessing logging facilities.

rlee287 commented 7 years ago

Doing this in the add_logging branch.