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

@@ -160,7 +160,8 @@ public:
beast::File getModuleDatabasePath () const;
bool doImport = false;
bool QUIET = false;
bool QUIET = false; // Minimize logging verbosity.
bool SILENT = false; // No output to console after startup.
bool ELB_SUPPORT = false;
std::string VALIDATORS_SITE; // Where to find validators.txt on the Internet.