From 3e61ff18d58e277c1a1ac2e9602e544434b22c1a Mon Sep 17 00:00:00 2001 From: "upfy@qq.com" Date: Sat, 12 Dec 2015 10:38:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9trace=E7=9A=84=E5=B1=82?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/slog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/slog.php b/library/think/slog.php index 782f1360..02cfb889 100644 --- a/library/think/slog.php +++ b/library/think/slog.php @@ -65,7 +65,7 @@ class Slog } - public static function trace($msg, $trace_level = 2, $css = '') + public static function trace($msg, $trace_level = 1, $css = '') { if (!self::check()) { return;