浏览代码

warning log for "cancel subscription"

Son NK 5 年之前
父节点
当前提交
516485d4d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      server.py

+ 1 - 1
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,