From: Zac Dover Date: Tue, 20 May 2025 05:29:23 +0000 (+1000) Subject: doc/mgr: edit debug.inc.rst X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F63365%2Fhead;p=ceph.git 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 --- diff --git a/doc/mgr/dashboard_plugins/debug.inc.rst b/doc/mgr/dashboard_plugins/debug.inc.rst index 883419cbf57c..9acb1f8be64d 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.