From 11f16f866632481eee5710e013a6cba1d9577ddd Mon Sep 17 00:00:00 2001 From: Lubomir Bucek <lubomir.bucek@eox.at> Date: Mon, 26 Oct 2020 11:08:57 +0100 Subject: [PATCH] log the error in swift list in registrar --- core/registrar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/registrar.py b/core/registrar.py index cb052a74..60b805e3 100644 --- a/core/registrar.py +++ b/core/registrar.py @@ -227,6 +227,7 @@ def registrar( % (objects_prefix, item["name"]) ) else: + logger.error(page["error"]) raise RegistrationError( "No product found with objects prefix '%s'." % objects_prefix -- GitLab