浏览代码

use warning log level for "No existing AppleSub" error

Son NK 5 年之前
父节点
当前提交
2b71fee712
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/api/views/apple.py

+ 1 - 1
app/api/views/apple.py

@@ -283,7 +283,7 @@ def apple_update_notification():
             db.session.commit()
             return jsonify(ok=True), 200
         else:
-            LOG.error(
+            LOG.warning(
                 "No existing AppleSub for original_transaction_id %s",
                 original_transaction_id,
             )