默认开启堆栈

This commit is contained in:
2023-01-29 11:26:41 +08:00
parent 12daa77e1a
commit f59393ab67

View File

@@ -24,7 +24,8 @@ return [
'close' => false, 'close' => false,
// 全局日志处理 支持闭包 // 全局日志处理 支持闭包
'processor' => null, 'processor' => null,
// 记录堆栈
'record_trace' => true,
// 日志通道列表 // 日志通道列表
'channels' => [ 'channels' => [
'file' => [ 'file' => [