From 792e4e07bcb1477ab3a6fd6dfd0d3ff21e758fdb Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 15 Feb 2023 02:29:09 -0800 Subject: [PATCH] Status Check - Tweak severity of timezone warning --- CRM/Utils/Check/Component/Timestamps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Check/Component/Timestamps.php b/CRM/Utils/Check/Component/Timestamps.php index 0514ee4ca8..c2240cf179 100644 --- a/CRM/Utils/Check/Component/Timestamps.php +++ b/CRM/Utils/Check/Component/Timestamps.php @@ -58,7 +58,7 @@ class CRM_Utils_Check_Component_Timestamps extends CRM_Utils_Check_Component { 1 => 'target="_blank" href="https://dev.mysql.com/doc/refman/8.0/en/mysql-tzinfo-to-sql.html"', ]), ts('MySQL Timezone Problem'), - \Psr\Log\LogLevel::WARNING, + \Psr\Log\LogLevel::NOTICE, 'fa-clock-o' ); } -- 2.25.1