chore: surface stopping messages in lower log level

This commit is contained in:
Nick Bolton
2026-01-26 09:45:06 +00:00
committed by Chris Rizzitello
parent 555cb6888f
commit 6459eb40df
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,7 @@ int ClientApp::mainLoop()
#endif
// close down
LOG_DEBUG1("stopping client");
LOG_DEBUG("stopping client");
stopClient();
LOG_NOTE("stopped client");

View File

@ -567,7 +567,7 @@ int ServerApp::mainLoop()
#endif
// close down
LOG_DEBUG1("stopping server");
LOG_DEBUG("stopping server");
getEvents()->removeHandler(EventTypes::ServerAppForceReconnect, getEvents()->getSystemTarget());
getEvents()->removeHandler(EventTypes::ServerAppReloadConfig, getEvents()->getSystemTarget());
cleanupServer();