Riverdance
Results
1
comments of
Riverdance
> 这两者貌似没直接关系吧 而且apart_level的值是有可能为true的 第一步:如下配置 config/log.php ``` 'channels' => [ 'file' => [ ...... 'apart_level' => ['error', 'warning', 'sql', 'emergency', 'alert', 'critical', 'notice', 'info', 'debug'], 'max_files' => 1, ...... ] ]...