日志开启实时写入
parent
f8a65f826e
commit
2091671335
|
|
@ -46,7 +46,7 @@ return [
|
|||
// 日志输出格式化
|
||||
'format' => '[%s][%s] %s',
|
||||
// 是否实时写入
|
||||
'realtime_write' => false,
|
||||
'realtime_write' => true,
|
||||
],
|
||||
// 其它日志通道配置
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue