Ver Fonte

生产的paypal

zhangdehua há 1 ano atrás
pai
commit
3a0187215f
1 ficheiros alterados com 1 adições e 1 exclusões
  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,
         ]);
     }