作者 刘锟

update

... ... @@ -103,9 +103,10 @@ return [
],
//域名解析别处记录日志
'analyze_other' => [
'driver' => 'custom',
'via' => \App\Factory\LogFormatterFactory::class,
'prefix' => 'analyze_other',
'driver' => 'daily',
'path' => storage_path('logs/analyze_other/laravel.log'),
'level' => 'debug',
'days' => 14,
],
'stack' => [
'driver' => 'stack',
... ...