From 3ef7285288acb6b84882718ac2cbc4c3bf843321 Mon Sep 17 00:00:00 2001 From: Son NK Date: Mon, 9 Mar 2020 09:48:33 +0100 Subject: [PATCH] reduce logging level --- app/dashboard/views/billing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/views/billing.py b/app/dashboard/views/billing.py index 2e0d5272..9f8bc183 100644 --- a/app/dashboard/views/billing.py +++ b/app/dashboard/views/billing.py @@ -20,7 +20,7 @@ def billing(): if request.method == "POST": if request.form.get("form-name") == "cancel": - LOG.error(f"User {current_user} cancels their subscription") + LOG.warning(f"User {current_user} cancels their subscription") success = cancel_subscription(sub.subscription_id) if success: