From b678ff7d3e74d1b4f48a5373411956b1761c3a34 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sun, 14 Mar 2021 03:19:41 +0000 Subject: [PATCH] Reduce log spam Former-commit-id: a5ba7bdde5435ad5b7cf066e0b45f6df1f784808 --- src/snapshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snapshot.cpp b/src/snapshot.cpp index 74099039b..17ff5d642 100644 --- a/src/snapshot.cpp +++ b/src/snapshot.cpp @@ -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);