diff --git a/Database/Command.php b/Database/Command.php index b35325c4..737901c6 100644 --- a/Database/Command.php +++ b/Database/Command.php @@ -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'); }