From: Yuval Lifshitz Date: Thu, 3 Jul 2025 10:24:30 +0000 (+0000) Subject: doc/rgw/logging: fix journal record format X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2dd5edf17aed392dc51a0fe9d55fa9963574ced1;p=ceph.git doc/rgw/logging: fix journal record format Fixes: https://tracker.ceph.com/issues/71945 Signed-off-by: Yuval Lifshitz --- diff --git a/doc/radosgw/bucket_logging.rst b/doc/radosgw/bucket_logging.rst index 9a1ca46182a4e..05f082f2f10f9 100644 --- a/doc/radosgw/bucket_logging.rst +++ b/doc/radosgw/bucket_logging.rst @@ -202,18 +202,18 @@ extension). - bucket owner (or dash if empty) - bucket name (or dash if empty), in the format: ``[tenant:]`` - time in the following format: ``[day/month/year:hour:minute:second timezone]`` - - object key (or dash if empty) - operation in the following format: ``WEBSITE/REST..`` + - object key (or dash if empty) - object size (or dash if empty) - - version id (dash if empty or question mark if unknown) - - eTag + - version id (or dash if empty) + - eTag (or dash if empty) For example: :: - testid fish [06/Aug/2024:09:40:09 +0000] myfile - REST.PUT.OBJECT 4cfdfc1f58e762d3e116787cb92fac60 - testid fish [06/Aug/2024:09:40:28 +0000] myfile REST.DELETE.OBJECT 4cfdfc1f58e762d3e116787cb92fac60 + testid fish [06/Aug/2024:09:40:09 +0000] REST.PUT.OBJECT myfile - 512 4cfdfc1f58e762d3e116787cb92fac60 + testid fish [06/Aug/2024:09:40:28 +0000] REST.DELETE.OBJECT myfile - - 4cfdfc1f58e762d3e116787cb92fac60 Standard