Browse Source

日志优化

master
wanghongjun 2 days ago
parent
commit
11e0e4ac0d
  1. 2
      config/logging.php

2
config/logging.php

@ -65,7 +65,7 @@ return [
'daily' => [
'driver' => 'daily',
'path' => storage_path('logs/laravel.log'),
'path' => storage_path('logs/laravel/'.date('Y/m/d').'.log'),
'level' => env('LOG_LEVEL', 'debug'),
'days' => 14,
],

Loading…
Cancel
Save