mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 23:52:49 +08:00
示例config日志驱动改为trace
This commit is contained in:
@@ -115,7 +115,7 @@ return [
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
'log' => [
|
'log' => [
|
||||||
'type' => 'File',
|
'type' => 'File', // 支持 file socket trace sae
|
||||||
'path' => LOG_PATH,
|
'path' => LOG_PATH,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
2
library/think/cache/driver/file.php
vendored
2
library/think/cache/driver/file.php
vendored
@@ -24,7 +24,7 @@ class File
|
|||||||
'path_level' => 1,
|
'path_level' => 1,
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
'length' => 0,
|
'length' => 0,
|
||||||
'path' => '',
|
'path' => LOG_PATH,
|
||||||
'data_compress' => false,
|
'data_compress' => false,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user