日志文件记录

按天保存日志文件:daily

'log' => env('APP_LOG', 'daily'),
'log_max_files' => 30,//最大日志文件数
'log_level' => env('APP_LOG_LEVEL', 'debug'),