xiaogang 4 سال پیش
والد
کامیت
4efb02901c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Services/PayService.php

+ 1 - 1
app/Services/PayService.php

xqd
@@ -45,7 +45,7 @@ class PayService
             //'cert_key' => './cert/apiclient_key.pem',// optional, 退款,红包等情况时需要用到
             'log' => [ // optional
                 'file' => './logs/wechat.log',
-                'level' => 'info', // 建议生产环境等级调整为 info,开发环境为 debug
+                'level' => 'debug', // 建议生产环境等级调整为 info,开发环境为 debug
                 'type' => 'single', // optional, 可选 daily.
                 'max_file' => 30, // optional, 当 type 为 daily 时有效,默认 30 天
             ],