内核更新
This commit is contained in:
@@ -79,7 +79,7 @@ class File
|
||||
}
|
||||
if (in_array($type, $this->config['apart_level'])) {
|
||||
// 独立记录的日志级别
|
||||
$filename = $path . DS . $type . '.log';
|
||||
$filename = $path . DS . date('d') . '_' . $type . '.log';
|
||||
error_log("[{$now}] {$server} {$remote} {$method} {$uri}\r\n{$level}\r\n---------------------------------------------------------------\r\n", 3, $filename);
|
||||
} else {
|
||||
$info .= $level;
|
||||
|
||||
Reference in New Issue
Block a user