]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: increase log level on abort_early 59124/head
authorSeena Fallah <seenafallah@gmail.com>
Fri, 12 Apr 2024 19:59:41 +0000 (21:59 +0200)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Fri, 25 Oct 2024 15:40:11 +0000 (22:40 +0700)
commit1062e224a63f9f80bf3059632dd07a5c1ba3e6ad
tree38e271b67efb9ee94813e27690f596c29d671b81
parent798fde7913d26447edbe9f9d995af283d2465a09
rgw: increase log level on abort_early

The function is typically invoked on client errors like NoSuchBucket. Logging these errors with level 1 may initially suggest a significant issue, when in fact it's just a client error. Consider raising the logging level to 20 for better clarity.

Fixes: https://tracker.ceph.com/issues/65469
Signed-off-by: Seena Fallah <seenafallah@gmail.com>
(cherry picked from commit 302e3c459acdffe51fb73e902f2b3c828faa23e0)
src/rgw/rgw_rest.cc