]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: increase log level on abort_early
authorSeena Fallah <seenafallah@gmail.com>
Fri, 12 Apr 2024 19:59:41 +0000 (21:59 +0200)
committerSeena Fallah <seenafallah@gmail.com>
Fri, 12 Apr 2024 19:59:41 +0000 (21:59 +0200)
commit302e3c459acdffe51fb73e902f2b3c828faa23e0
tree044d35293c2c3ebd7f0fd18e3b771272c15c5672
parentc2d8c3155d854ee204cb7c7261232571229d1d54
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>
src/rgw/rgw_rest.cc