升级至tp8

This commit is contained in:
2023-09-04 11:50:04 +08:00
parent 3e2e401308
commit a12812d858
5 changed files with 169 additions and 170 deletions

View File

@@ -100,10 +100,6 @@ class DebugMysql implements LogHandlerInterface
foreach ($log as $log_level => $log_list) {
foreach ($log_list as $key => $log_item) {
if (!is_string($log_item)) {
$log_item = print_r($log_item, true);
}
$log_data = [
'level' => $log_level,