Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

luminous: rgw: Fix log level of gc_iterate_entries #23665

Merged
merged 1 commit into from Sep 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cls/rgw/cls_rgw.cc
Expand Up @@ -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;
Expand Down