diff --git a/library/think/log/driver/File.php b/library/think/log/driver/File.php index f433718d..f9358a9d 100644 --- a/library/think/log/driver/File.php +++ b/library/think/log/driver/File.php @@ -54,7 +54,7 @@ class File } $depr = $depr ? "---------------------------------------------------------------\r\n" : ''; - + $info = ''; if (App::$debug) { // 获取基本信息 if (isset($_SERVER['HTTP_HOST'])) {