chore(Core/Auth): align mysql ping log level and name to worldserver (#21986)
This commit is contained in:
parent
f35876968f
commit
b8b5a4ea1c
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ void KeepDatabaseAliveHandler(std::weak_ptr<boost::asio::steady_timer> dbPingTim
|
|||
{
|
||||
if (std::shared_ptr<boost::asio::steady_timer> 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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue