util:wsgi: If we're logging to a file, shift libbe.LOG too
authorW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 07:43:53 +0000 (02:43 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 24 Jan 2013 07:43:53 +0000 (02:43 -0500)
commit400c9251eedbd1caa3b28135b4bc5d2bf2124ac5
tree694ef78ac53e2d42d3327a3221bc66a63b14a90b
parent932679f1e82a57feb4743e52d6c60f7331f057c2
util:wsgi: If we're logging to a file, shift libbe.LOG too

This avoids attempts to log to stderr if we're daemonizing the server.
libbe/util/wsgi.py