From dd050112a724a7668c47cbae45a3ddcef39becfd Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 14 Nov 2017 17:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/log/driver/File.php | 1 - 1 file changed, 1 deletion(-) 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'; }