xiaogang %!s(int64=4) %!d(string=hai) anos
pai
achega
4efb02901c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 天
             ],