修复 socketlog 的bug

This commit is contained in:
upfy@qq.com
2015-12-08 15:30:48 +08:00
parent 31bf125994
commit ed8741629e
4 changed files with 8 additions and 6 deletions

View File

@@ -58,6 +58,7 @@ class App
}
//判断如果启动SocketLog调试 进行SocketLog配置
if ($config['slog']['enable']) {
define('SLOG_ENABLE',true);
\org\Slog::config($config['slog']);
}