Added "verbose" option.
This commit is contained in:
parent
969821296f
commit
f8865b1498
8 changed files with 94 additions and 88 deletions
|
@ -246,5 +246,6 @@ void xmrig::Config::getJSON(rapidjson::Document &doc) const
|
|||
doc.AddMember("retry-pause", m_pools.retryPause(), allocator);
|
||||
doc.AddMember("syslog", isSyslog(), allocator);
|
||||
doc.AddMember("user-agent", m_userAgent.toJSON(), allocator);
|
||||
doc.AddMember("verbose", Log::verbose, allocator);
|
||||
doc.AddMember("watch", m_watch, allocator);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue