From 90cce10fc1364df16ab12632b2dca403894cbe44 Mon Sep 17 00:00:00 2001 From: Ali Maredia Date: Tue, 25 Feb 2020 00:29:30 -0500 Subject: [PATCH] rgw: increase log level for same or older period pull msg Signed-off-by: Ali Maredia --- src/rgw/rgw_zone.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_zone.cc b/src/rgw/rgw_zone.cc index ac2d8ab6fb1..79cdbd85de3 100644 --- a/src/rgw/rgw_zone.cc +++ b/src/rgw/rgw_zone.cc @@ -1096,7 +1096,7 @@ int RGWPeriod::update_latest_epoch(epoch_t epoch) return r; } else if (epoch <= info.epoch) { r = -EEXIST; // fail with EEXIST if epoch is not newer - ldout(cct, 1) << "found existing latest_epoch " << info.epoch + ldout(cct, 10) << "found existing latest_epoch " << info.epoch << " >= given epoch " << epoch << ", returning r=" << r << dendl; return r; } else { -- 2.39.5