From 516485d4d61e746b8e91623f59b159c5d014a068 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Thu, 21 May 2020 20:07:41 +0200 Subject: [PATCH] warning log for "cancel subscription" --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index e08b9815..0b54f533 100644 --- a/server.py +++ b/server.py @@ -483,7 +483,7 @@ def setup_paddle_callback(app: Flask): sub: Subscription = Subscription.get_by(subscription_id=subscription_id) if sub: # cancellation_effective_date should be the same as next_bill_date - LOG.error( + LOG.warning( "Cancel subscription %s %s on %s, next bill date %s", subscription_id, sub.user,