美文网首页
自定义日志

自定义日志

作者: 自奏圣乐 | 来源:发表于2020-12-15 16:44 被阅读0次

配置
config\logging.php

'pay_abnormal' => [
'driver' => 'daily',
'path' => storage_path('logs/abnormal/pay_abnormal.log'),
'level' => 'debug',
'days' => 14,
]

使用
use Illuminate\Support\Facades\Log;
Log::channel('pay_abnormal')->info('支付异常');

相关文章

网友评论

      本文标题:自定义日志

      本文链接:https://www.haomeiwen.com/subject/surwgktx.html