Skip to content

Commit 3601f72

Browse files
big-dreamliu21st
authored andcommitted
添加默认配置项注释
1 parent be8c5d3 commit 3601f72

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/log/driver/File.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@
1717
class File
1818
{
1919
protected $config = [
20+
// 时间记录格式
2021
'time_format' => ' c ',
22+
// 时间记录格式
2123
'single' => false,
24+
// 日志文件大小限制(超出会生成多个文件)
2225
'file_size' => 2097152,
26+
// 日志储存路径
2327
'path' => '',
28+
// 日志储存路径
2429
'apart_level' => [],
30+
// 调试开关
2531
'debug' => false,
2632
];
2733

0 commit comments

Comments
 (0)