]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Fix log level of gc_iterate_entries 22868/head
authoriliul <liul.stone@gmail.com>
Thu, 5 Jul 2018 08:20:27 +0000 (16:20 +0800)
committeriliul <liul.stone@gmail.com>
Sat, 11 Aug 2018 03:17:15 +0000 (11:17 +0800)
Fixes: http://tracker.ceph.com/issues/23801
Signed-off-by: iliul <liul.stone@gmail.com>
src/cls/rgw/cls_rgw.cc

index fb6b11277e37b17918f870aa8cd403f2a38ff16a..4f5c616b5db80c4150ce08f3a94d71cafce5775f 100644 (file)
@@ -3313,7 +3313,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;