mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
日志初始化改进
This commit is contained in:
@@ -74,6 +74,9 @@ class App
|
||||
Session::init($config['session']);
|
||||
}
|
||||
|
||||
// 日志初始化
|
||||
Log::init($config['log']);
|
||||
|
||||
if (empty(self::$dispatch['type'])) {
|
||||
// 未指定调度类型 则进行URL路由检测
|
||||
self::route($config);
|
||||
|
||||
Reference in New Issue
Block a user