]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Fix log level of gc_iterate_entries 23665/head
authoriliul <liul.stone@gmail.com>
Thu, 5 Jul 2018 08:20:27 +0000 (16:20 +0800)
committerPrashant D <pdhange@redhat.com>
Tue, 21 Aug 2018 05:27:11 +0000 (01:27 -0400)
Fixes: http://tracker.ceph.com/issues/23801
Signed-off-by: iliul <liul.stone@gmail.com>
(cherry picked from commit 0a3f3d0e340f069d5c2bf6c80bafdfc1c1d3aba2)

src/cls/rgw/cls_rgw.cc

index cc47818a819e2ecd07ae8e8c56926489dee36a79..2aaad6204be50ad06a20d9cb41a8c6e08266f651 100644 (file)
@@ -3290,7 +3290,7 @@ static int gc_iterate_entries(cls_method_context_t hctx, const string& marker, b
     get_time_key(now, &now_str);
     prepend_index_prefix(now_str, GC_OBJ_TIME_INDEX, &end_key);
 
-    CLS_LOG(0, "gc_iterate_entries end_key=%s\n", end_key.c_str());
+    CLS_LOG(10, "gc_iterate_entries end_key=%s\n", end_key.c_str());
   }
 
   string filter;