mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
ComposerUpdate
This commit is contained in:
parent
da61b6d407
commit
614aaf133c
@ -14,7 +14,7 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
return [
|
return [
|
||||||
// 应用的命名空间
|
// 应用命名空间
|
||||||
'app_namespace' => '',
|
'app_namespace' => '',
|
||||||
// 是否启用路由
|
// 是否启用路由
|
||||||
'with_route' => true,
|
'with_route' => true,
|
||||||
|
@ -33,8 +33,6 @@ return [
|
|||||||
'path' => '',
|
'path' => '',
|
||||||
// 单文件日志写入
|
// 单文件日志写入
|
||||||
'single' => true,
|
'single' => true,
|
||||||
// 指定日志类型
|
|
||||||
'level' => ['info', 'notice', 'error', 'sql'],
|
|
||||||
// 独立日志级别
|
// 独立日志级别
|
||||||
'apart_level' => true,
|
'apart_level' => true,
|
||||||
// 每个文件大小 ( 10兆 )
|
// 每个文件大小 ( 10兆 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user