This commit is contained in:
2021-03-05 15:05:25 +08:00
parent f0e2a1c463
commit cc0b345707
+1 -1
View File
@@ -148,7 +148,7 @@ class Command extends Component
$export['param'] = $this->params;
$export['time'] = microtime(true) - $time;
logger()->debug(var_export($export, true), 'mysql');
logger()->debug(print_r($export, true), 'mysql');
}