diff --git a/library/think/log/driver/File.php b/library/think/log/driver/File.php index 3bcff901..98f117af 100644 --- a/library/think/log/driver/File.php +++ b/library/think/log/driver/File.php @@ -47,7 +47,6 @@ class File if ($this->config['single']) { $destination = $this->config['path'] . 'single.log'; } else { - $cli = IS_CLI ? '_cli' : ''; $destination = $this->config['path'] . date('Ym') . DS . date('d') . $cli . '.log'; }