Added log level 6 to reduce spam on level 5
Log level 5 is still default
This commit is contained in:
+1
-1
@@ -333,7 +333,7 @@ bool SideChain::get_shares(PoolBlock* tip, std::vector<MinerShare>& shares) cons
|
||||
|
||||
shares.resize(k + 1);
|
||||
|
||||
LOGINFO(5, "get_shares: " << k + 1 << " unique wallets in PPLNS window");
|
||||
LOGINFO(6, "get_shares: " << k + 1 << " unique wallets in PPLNS window");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user