Added log level 6 to reduce spam on level 5

Log level 5 is still default
This commit is contained in:
SChernykh
2021-08-25 09:38:47 +02:00
parent 09aedd9f9a
commit a27577f735
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ void BlockTemplate::update(const MinerData& data, const Mempool& mempool, Wallet
LOGERR(1, "pool block blob generation and/or parsing is broken, error " << result);
}
else {
LOGINFO(1, "blob size = " << buf.size());
LOGINFO(6, "blob size = " << buf.size());
}
}
#endif