Added "verbose" option.

This commit is contained in:
XMRig
2019-12-17 21:46:11 +07:00
parent f2ef200128
commit 59a3d8c530
8 changed files with 94 additions and 88 deletions

View File

@@ -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);
}