From ad4e36d12f083220cfaee58d99ca93f8b7aca12a Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 12 Aug 2025 11:19:08 -0400 Subject: [PATCH] vstart: -d also raises --debug-rgw-lifecycle lifecycle debug output was no longer showing up after the rgw_lifecycle subsys split from rgw Signed-off-by: Casey Bodley --- src/vstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vstart.sh b/src/vstart.sh index b4738dff183..f83ae2f6da6 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -2023,7 +2023,7 @@ do_rgw() RGWDEBUG="" if [ "$debug" -ne 0 ]; then - RGWDEBUG="--debug-rgw=20 --debug-ms=1" + RGWDEBUG="--debug-rgw=20 --debug-rgw-lifecycle=20 --debug-ms=1" fi local CEPH_RGW_PORT_NUM="${CEPH_RGW_PORT}" -- 2.39.5