https://www.kancloud.cn/manua...
我的配置 config\log.php
:
<?php
return [
// 日志记录方式,内置 file socket 支持扩展
'type' => 'File',
// 独立日志级别
'apart_level' => ['error', 'sql'],
];
可是我的 runtime\log
目录并没有独立日志:
断点在 thinkphp\library\think\Log.php
, 发现配置也正常
请问为什么日志没有独立输出成多个日志文件呢?