mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Command line option to not log to console after startup
This commit is contained in:
committed by
Nik Bougalis
parent
d17c8e235f
commit
f26835e507
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user