示例config日志驱动改为trace

This commit is contained in:
thinkphp
2016-01-04 08:58:48 +08:00
parent fa897d927b
commit 53cb036355
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ return [
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
'log' => [ 'log' => [
'type' => 'File', 'type' => 'File', // 支持 file socket trace sae
'path' => LOG_PATH, 'path' => LOG_PATH,
], ],

View File

@@ -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,
]; ];