chore: surface stopping messages in lower log level
This commit is contained in:
committed by
Chris Rizzitello
parent
555cb6888f
commit
6459eb40df
@ -350,7 +350,7 @@ int ClientApp::mainLoop()
|
||||
#endif
|
||||
|
||||
// close down
|
||||
LOG_DEBUG1("stopping client");
|
||||
LOG_DEBUG("stopping client");
|
||||
stopClient();
|
||||
LOG_NOTE("stopped client");
|
||||
|
||||
|
||||
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user