mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
示例config日志驱动改为trace
This commit is contained in:
@@ -115,7 +115,7 @@ return [
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
'log' => [
|
||||
'type' => 'File',
|
||||
'type' => 'File', // 支持 file socket trace sae
|
||||
'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,
|
||||
'prefix' => '',
|
||||
'length' => 0,
|
||||
'path' => '',
|
||||
'path' => LOG_PATH,
|
||||
'data_compress' => false,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user