mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
默认开启堆栈
This commit is contained in:
@@ -24,7 +24,8 @@ return [
|
|||||||
'close' => false,
|
'close' => false,
|
||||||
// 全局日志处理 支持闭包
|
// 全局日志处理 支持闭包
|
||||||
'processor' => null,
|
'processor' => null,
|
||||||
|
// 记录堆栈
|
||||||
|
'record_trace' => true,
|
||||||
// 日志通道列表
|
// 日志通道列表
|
||||||
'channels' => [
|
'channels' => [
|
||||||
'file' => [
|
'file' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user