From 890ee19201b9546cc09e8bb32c91ea923b9543c1 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 11 Jan 2026 08:12:43 -0500 Subject: [PATCH] provision_uid --- app/api/services/web_contents.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/api/services/web_contents.py b/app/api/services/web_contents.py index 1a5fa62..60cc7ea 100644 --- a/app/api/services/web_contents.py +++ b/app/api/services/web_contents.py @@ -64,8 +64,8 @@ class WebContentsService(BaseService): } selected_flavor = '' - logger.error( - f"membersSubResult.product_template ********************{membersSubResult.product_template} ") + logger.info( + f"membersSubResult.product_template *****{membersSubResult.product_template} provision_uid={provision_uid} ") if membersSubResult.product_template: selectedTemplate = ProductsTemplates.get_template_by_uid(str(membersSubResult.product_template)) if selectedTemplate: