1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 14:02:53 -05:00

Added "verbose" option.

This commit is contained in:
XMRig
2019-12-17 21:46:11 +07:00
parent 969821296f
commit f8865b1498
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);
}