作者 刘锟

update

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