Merge "Log node info when failing to sync static node"

This commit is contained in:
Zuul
2022-05-21 09:27:30 +00:00
committed by Gerrit Code Review

View File

@@ -399,7 +399,8 @@ class StaticNodeProvider(Provider, QuotaSupport):
self.log.warning("Couldn't sync node: %s", exc)
continue
except Exception:
self.log.exception("Couldn't sync node:")
self.log.exception("Couldn't sync node %s:",
nodeTuple(node))
continue
def getRequestHandler(self, poolworker, request):