diff --git a/api/external_api.php b/api/external_api.php index 6b1a2c9..1fb6a38 100644 --- a/api/external_api.php +++ b/api/external_api.php @@ -49,6 +49,7 @@ class external_api extends cora\api { $user = $this->api('user', 'get', $this->session->get_user_id()); if ($user['debug'] === true) { $this::$log_mysql = 'all'; + $this::$log_mysql_verbose = true; } $this->request_timestamp = time();