日志开启实时写入

feat/task1-c-wallet
gongfuxiang 2021-12-26 13:15:44 +08:00
parent f8a65f826e
commit 2091671335
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ return [
// 日志输出格式化
'format' => '[%s][%s] %s',
// 是否实时写入
'realtime_write' => false,
'realtime_write' => true,
],
// 其它日志通道配置
],