| // +------------------------------------------------+ return [ // +---------------------------------------------------------------------- // | 日志设置 // +---------------------------------------------------------------------- 'log' => [ 'type' => 'file', 'path' => LOG_PATH . 'openapi/', 'time_format' => ' c ', 'file_size' => 2097152, ], ];