diff --git a/config/app.php b/config/app.php index 73aca74cd..9bf9e406f 100644 --- a/config/app.php +++ b/config/app.php @@ -14,7 +14,7 @@ // +---------------------------------------------------------------------- return [ - // 应用的命名空间 + // 应用命名空间 'app_namespace' => '', // 是否启用路由 'with_route' => true, diff --git a/config/log.php b/config/log.php index d5e9f4a01..479b1bb71 100644 --- a/config/log.php +++ b/config/log.php @@ -33,8 +33,6 @@ return [ 'path' => '', // 单文件日志写入 'single' => true, - // 指定日志类型 - 'level' => ['info', 'notice', 'error', 'sql'], // 独立日志级别 'apart_level' => true, // 每个文件大小 ( 10兆 )