util:wsgi: Don't clobber `handler` when clearing StreamHandlers
authorW. Trevor King <wking@tremily.us>
Thu, 31 Jan 2013 23:39:48 +0000 (18:39 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 31 Jan 2013 23:39:48 +0000 (18:39 -0500)
commitec2f5d26bc84a93feef9c31fb06486b50a59b14a
tree19b8bacd7568b16e4e193e9cb8b4ae928e003cb5
parent400c9251eedbd1caa3b28135b4bc5d2bf2124ac5
util:wsgi: Don't clobber `handler` when clearing StreamHandlers

This bug was introduced in:

  commit 400c9251eedbd1caa3b28135b4bc5d2bf2124ac5
  Author: W. Trevor King <wking@tremily.us>
  Date:   Thu Jan 24 02:43:53 2013 -0500

    util:wsgi: If we're logging to a file, shift libbe.LOG too

where the removed handlers clobbered our initial
TimedRotatingFileHandler.
libbe/util/wsgi.py