mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 07:32:48 +08:00
修正
This commit is contained in:
@@ -66,7 +66,7 @@ class File
|
|||||||
if (in_array($type, $this->config['apart_level'])) {
|
if (in_array($type, $this->config['apart_level'])) {
|
||||||
// 独立记录的日志级别
|
// 独立记录的日志级别
|
||||||
if ($this->config['single']) {
|
if ($this->config['single']) {
|
||||||
$filename = $path . $type . '.log';
|
$filename = $path . DS . $type . '.log';
|
||||||
} else {
|
} else {
|
||||||
$filename = $path . DS . date('d') . '_' . $type . $cli . '.log';
|
$filename = $path . DS . date('d') . '_' . $type . $cli . '.log';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user