summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lc.cc
diff options
context:
space:
mode:
authorOguzhan Ozmen <oozmen@bloomberg.net>2023-12-10 21:10:19 +0100
committerOguzhan Ozmen <oozmen@bloomberg.net>2023-12-11 20:41:51 +0100
commitc3ad41ba3588329b935dc67d14ee8d1d52424e1a (patch)
tree9bc86bdcae6e03aeb4fdfadd1feb92e5c26e08e8 /src/rgw/rgw_lc.cc
parentMerge pull request #54441 from phlogistonjohn/jjm-cephadm-breakup (diff)
downloadceph-c3ad41ba3588329b935dc67d14ee8d1d52424e1a.tar.xz
ceph-c3ad41ba3588329b935dc67d14ee8d1d52424e1a.zip
rgw/common: add rgw lifecycle specific debug log subsystem
Signed-off-by: Oguzhan Ozmen <oozmen@bloomberg.net>
Diffstat (limited to 'src/rgw/rgw_lc.cc')
-rw-r--r--src/rgw/rgw_lc.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rgw/rgw_lc.cc b/src/rgw/rgw_lc.cc
index 2bef2ef31c3..09f6a4b86e6 100644
--- a/src/rgw/rgw_lc.cc
+++ b/src/rgw/rgw_lc.cc
@@ -39,7 +39,8 @@
#include "services/svc_tier_rados.h"
#define dout_context g_ceph_context
-#define dout_subsys ceph_subsys_rgw
+#define dout_subsys ceph_subsys_rgw_lifecycle
+
using namespace std;