diff --git a/Mysql/PDO.php b/Mysql/PDO.php index 28101b0..e351e77 100644 --- a/Mysql/PDO.php +++ b/Mysql/PDO.php @@ -233,6 +233,7 @@ class PDO implements StopHeartbeatCheck $this->pdo->getAttribute(\PDO::ATTR_SERVER_INFO); $result = true; } catch (\Throwable $throwable) { + Kiri::getLogger()->error($throwable->getMessage()); $this->pdo = null; $result = false; } finally {