From 4c2d56c10bc68a5515f380a412c9c3e118acf53a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 13 Nov 2012 12:47:59 -0500 Subject: [PATCH] zephyr_mirror: Extend logging on subscribe failures. (imported from commit ce54549a74935bb95cb68dd1e6db2a3eec6166c5) --- bots/zephyr_mirror.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py index 7cf9e59..ab01bfd 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -143,6 +143,7 @@ def zephyr_bulk_subscribe(subs): # retrying the next time the bot checks its subscriptions are # up to date. logger.exception("Error subscribing to streams (will retry automatically):") + logging.debug("Streams were: %s" % ((cls for cls, instance, recipient in subs),)) return for (cls, instance, recipient) in subs: current_zephyr_subs.add(cls)