Skip to content

Commit 2dd5edf

Browse files
committed
doc/rgw/logging: fix journal record format
Fixes: https://tracker.ceph.com/issues/71945 Signed-off-by: Yuval Lifshitz <[email protected]>
1 parent 0f784a4 commit 2dd5edf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/radosgw/bucket_logging.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,18 +202,18 @@ extension).
202202
- bucket owner (or dash if empty)
203203
- bucket name (or dash if empty), in the format: ``[tenant:]<bucket name>``
204204
- time in the following format: ``[day/month/year:hour:minute:second timezone]``
205-
- object key (or dash if empty)
206205
- operation in the following format: ``WEBSITE/REST.<HTTP method>.<resource>``
206+
- object key (or dash if empty)
207207
- object size (or dash if empty)
208-
- version id (dash if empty or question mark if unknown)
209-
- eTag
208+
- version id (or dash if empty)
209+
- eTag (or dash if empty)
210210

211211
For example:
212212

213213
::
214214

215-
testid fish [06/Aug/2024:09:40:09 +0000] myfile - REST.PUT.OBJECT 4cfdfc1f58e762d3e116787cb92fac60
216-
testid fish [06/Aug/2024:09:40:28 +0000] myfile REST.DELETE.OBJECT 4cfdfc1f58e762d3e116787cb92fac60
215+
testid fish [06/Aug/2024:09:40:09 +0000] REST.PUT.OBJECT myfile - 512 4cfdfc1f58e762d3e116787cb92fac60
216+
testid fish [06/Aug/2024:09:40:28 +0000] REST.DELETE.OBJECT myfile - - 4cfdfc1f58e762d3e116787cb92fac60
217217

218218

219219
Standard

0 commit comments

Comments
 (0)