Transition to libbe.LOG for logging
authorW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 07:31:52 +0000 (02:31 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 07:36:22 +0000 (02:36 -0500)
commit932679f1e82a57feb4743e52d6c60f7331f057c2
tree21c014cf36c8c159b7e5bf4627abf94b2e7a371b
parent182a556397c2b0f4638991942c736c5daff17111
Transition to libbe.LOG for logging

This makes it easier to tweak log verbosity and redirect logs to other
handlers.  For example, the WSGI servers are unstable with stderr
closed, and crash with an IOError if they try to print a warning to
stderr.
libbe/__init__.py
libbe/bug.py
libbe/bugdir.py
libbe/command/import_xml.py
libbe/comment.py
libbe/storage/vcs/base.py
libbe/util/subproc.py