diff --git a/src/server/apps/authserver/Main.cpp b/src/server/apps/authserver/Main.cpp index 903a12134..e9ed0119f 100644 --- a/src/server/apps/authserver/Main.cpp +++ b/src/server/apps/authserver/Main.cpp @@ -246,7 +246,7 @@ void KeepDatabaseAliveHandler(std::weak_ptr dbPingTim { if (std::shared_ptr dbPingTimer = dbPingTimerRef.lock()) { - LOG_INFO("server.authserver", "Ping MySQL to keep connection alive"); + LOG_DEBUG("sql.driver", "Ping MySQL to keep connection alive"); LoginDatabase.KeepAlive(); dbPingTimer->expires_at(Acore::Asio::SteadyTimer::GetExpirationTime(dbPingInterval));