mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-05 22:52:49 +08:00
重写Log类和驱动 SockectLog纳入Log驱动
This commit is contained in:
@@ -45,7 +45,6 @@ return [
|
||||
'think\template\driver\File' => CORE_PATH . 'template' . DS . 'driver' . DS . 'file' . EXT,
|
||||
'think\log\driver\File' => CORE_PATH . 'log' . DS . 'driver' . DS . 'file' . EXT,
|
||||
'think\cache\driver\File' => CORE_PATH . 'cache' . DS . 'driver' . DS . 'file' . EXT,
|
||||
'think\Slog' => CORE_PATH . 'slog'.EXT,
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user