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;