::encode(key, cmdbl);
::encode(bl, cmdbl);
-RGW_LOG(0) << "tmap_set bucket=" << bucket << " obj=" << obj << " key=" << key << std::endl;
+ RGW_LOG(15) << "tmap_set bucket=" << bucket << " obj=" << obj << " key=" << key << std::endl;
librados::IoCtx io_ctx;
int r = open_bucket_ctx(bucket, io_ctx);
if (r < 0)
return r;
r = io_ctx.tmap_update(obj, cmdbl);
-RGW_LOG(0) << "tmap_set done" << std::endl;
return r;
}
}
s->formatter->close_section("account");
-RGW_LOG(0) << "formatter->get_len=" << s->formatter->get_len() << std::endl;
+ RGW_LOG(10) << "formatter->get_len=" << s->formatter->get_len() << std::endl;
dump_content_length(s, s->formatter->get_len());
end_header(s);