소스 검색

生产的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,
         ]);
     }