| 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 天
|
|
|
],
|