Command line option to not log to console after startup

This commit is contained in:
Mark Travis
2015-12-10 07:51:01 -08:00
committed by Nik Bougalis
parent d17c8e235f
commit f26835e507
5 changed files with 22 additions and 2 deletions

View File

@@ -926,6 +926,8 @@ void ApplicationImp::setup()
logs_->severity (beast::Journal::kDebug);
}
logs_->silent (config_->SILENT);
if (!config_->RUN_STANDALONE)
timeKeeper_->run(config_->SNTP_SERVERS);