mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
修复 socketlog 的bug
This commit is contained in:
@@ -58,6 +58,7 @@ class App
|
||||
}
|
||||
//判断,如果启动SocketLog调试, 进行SocketLog配置
|
||||
if ($config['slog']['enable']) {
|
||||
define('SLOG_ENABLE',true);
|
||||
\org\Slog::config($config['slog']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user