]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_log.cc
update sources to v12.2.1
[ceph.git] / ceph / src / rgw / rgw_log.cc
index 7bceab0aa689636031a1eef3f075fad869116a91..588aa0a26fde84b8b626c0864ed5977f06fb7129 100644 (file)
@@ -221,6 +221,11 @@ static void log_usage(struct req_state *s, const string& op_name)
   if (!s->is_err())
     data.successful_ops = 1;
 
+  ldout(s->cct, 30) << "log_usage: bucket_name=" << bucket_name
+       << " tenant=" << s->bucket_tenant
+       << ", bytes_sent=" << bytes_sent << ", bytes_received="
+       << bytes_received << ", success=" << data.successful_ops << dendl;
+
   entry.add(op_name, data);
 
   utime_t ts = ceph_clock_now();