标签: php nginx ini-set
$log = dirname(__DIR__) . '/logs/' . date('Y-m-d') . '.txt'; ini_set('error_log', $log);
此ini_set()似乎与error_log无关。