]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #18845 from yaozongyou/wip-lifecycle-log-level
authorCasey Bodley <cbodley@users.noreply.github.com>
Tue, 14 Nov 2017 15:34:03 +0000 (10:34 -0500)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2017 15:34:03 +0000 (10:34 -0500)
rgw: update life cycle related log level

Reviewed-by: Casey Bodley <cbodley@redhat.com>
1  2 
src/rgw/rgw_lc.cc

index 05f993ef7b5be59f352952265d12b4516ef00ac6,c25e22db627c013a79857c91d4df2992c8970b25..a742ca309b4e29d16bfe02a764f9cee4fd0f2759
@@@ -457,11 -455,8 +457,11 @@@ int RGWLC::bucket_lc_process(string& sh
              if (ret < 0) {
                ldout(cct, 0) << "ERROR: remove_expired_obj " << dendl;
              } else {
-               ldout(cct, 10) << "DELETED:" << bucket_name << ":" << key << dendl;
+               ldout(cct, 2) << "DELETED:" << bucket_name << ":" << key << dendl;
              }
 +
 +            if (going_down())
 +              return 0;
            }
          }
        } while (is_truncated);
              if (ret < 0) {
                ldout(cct, 0) << "ERROR: remove_expired_obj " << dendl;
              } else {
-               ldout(cct, 10) << "DELETED:" << bucket_name << ":" << obj_iter->key << dendl;
+               ldout(cct, 2) << "DELETED:" << bucket_name << ":" << obj_iter->key << dendl;
              }
 +
 +            if (going_down())
 +              return 0;
            }
          }
        } while (is_truncated);