]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: increase log level for enoent caused by clients 59172/head
authorSeena Fallah <seenafallah@gmail.com>
Mon, 12 Aug 2024 17:32:25 +0000 (19:32 +0200)
committerSeena Fallah <seenafallah@gmail.com>
Mon, 12 Aug 2024 17:32:25 +0000 (19:32 +0200)
commit240a328ae86bfb5a81ec5e435630a0ba734505d8
tree2b2b5af7108f6fd665673d83de8cb83f6d75cbe2
parent8017ef589d2009df0f1e984ac8cc5b41a0ed9189
rgw: increase log level for enoent caused by clients

RGWGetBucketPolicy, RGWGetBucketPublicAccessBlock, RGWGetBucketEncryption
logs with level 0 when the bucket doesn't have those documents. As
this is a normal client error, this can be logged with level 20 as
this does not indicate any serious error.

Fixes: https://tracker.ceph.com/issues/67500
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
src/rgw/rgw_op.cc