浏览代码

生产的paypal

zhangdehua 1 年之前
父节点
当前提交
3a0187215f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common/library/paypal/PayPal.php

+ 1 - 1
app/common/library/paypal/PayPal.php

@@ -76,7 +76,7 @@ class PayPal
             'mode' => $this->config['mode'],//sandbox, live
             'log.LogEnabled' => true,
             'log.FileName' => app()->getRootPath() . 'runtime/log/PayPal.log', // 记录日志
-            'log.LogLevel' => 'debug', // 在live上用info
+            'log.LogLevel' => 'info', // 在live上用info
             'cache.enable' => true,
         ]);
     }