Reduce log spam

Former-commit-id: a5ba7bdde5435ad5b7cf066e0b45f6df1f784808
This commit is contained in:
John Sully 2021-03-14 03:19:41 +00:00
parent 5a53d87cb5
commit b678ff7d3e

View File

@ -97,7 +97,7 @@ const redisDbPersistentDataSnapshot *redisDbPersistentData::createSnapshot(uint6
}
if (dictIsRehashing(spdb->m_pdict) || dictIsRehashing(spdb->m_pdictTombstone)) {
serverLog(LL_NOTICE, "NOTICE: Suboptimal snapshot");
serverLog(LL_VERBOSE, "NOTICE: Suboptimal snapshot");
}
m_pdict = dictCreate(&dbDictType,this);