]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/dbstore: Use CEPH RGW logging in ceph context
authorSoumya Koduri <skoduri@redhat.com>
Fri, 2 Jul 2021 19:06:16 +0000 (00:36 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Wed, 28 Jul 2021 06:45:07 +0000 (12:15 +0530)
commit0d1868805b1cd8241a8b04c1064832f1350f5d69
tree30ffa67c2bb550044c819920a8d8e9d327d50159
parent67be96413d606b4cdb7497d58eb93ec0c2ea66cb
rgw/dbstore: Use CEPH RGW logging in ceph context

When running dbstore as RGW backend, use the logging mechanism
and config values provided by default by RGW.
For other tests, set logfile and loglevel to the input values provided.

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
14 files changed:
CMakeLists.txt
src/rgw/CMakeLists.txt
src/rgw/rgw_sal.cc
src/rgw/rgw_sal_dbstore.cc
src/rgw/store/dbstore/README.md
src/rgw/store/dbstore/common/dbstore.cc
src/rgw/store/dbstore/common/dbstore.h
src/rgw/store/dbstore/common/dbstore_log.h
src/rgw/store/dbstore/dbstore_main.cc
src/rgw/store/dbstore/dbstore_mgr.cc
src/rgw/store/dbstore/dbstore_mgr.h
src/rgw/store/dbstore/sqlite/sqliteDB.cc
src/rgw/store/dbstore/sqlite/sqliteDB.h
src/rgw/store/dbstore/tests/dbstore_tests.cc