From ed6988bdced6b5675a2a952123620c4107d86b3f Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 20 May 2025 15:29:23 +1000 Subject: [PATCH] doc/mgr: edit debug.inc.rst Edit doc/mgr/dashboard_plugins/debug.inc.rst. This commit is part of a project to separate out the twenty-five files that were committed to https://github.com/ceph/ceph/pull/63255. Signed-off-by: Zac Dover (cherry picked from commit 1e87aa66b9de0a4e74bb4b1fbd806d974e0e8dcf) --- doc/mgr/dashboard_plugins/debug.inc.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/mgr/dashboard_plugins/debug.inc.rst b/doc/mgr/dashboard_plugins/debug.inc.rst index 883419cbf57..9acb1f8be64 100644 --- a/doc/mgr/dashboard_plugins/debug.inc.rst +++ b/doc/mgr/dashboard_plugins/debug.inc.rst @@ -6,29 +6,29 @@ Debug This plugin allows to customize the behaviour of the dashboard according to the debug mode. It can be enabled, disabled or checked with the following command: -.. prompt:: bash $ +.. prompt:: bash # ceph dashboard debug status :: - Debug: 'disabled' + Debug: 'disabled' -.. prompt:: bash $ +.. prompt:: bash ceph dashboard debug enable :: - Debug: 'enabled' + Debug: 'enabled' -.. prompt:: bash $ +.. prompt:: bash # ceph dashboard debug disable :: - Debug: 'disabled' + Debug: 'disabled' By default, it's disabled. This is the recommended setting for production deployments. If required, debug mode can be enabled without need of restarting. -- 2.39.5