From fd8d6b1a9fe317b04e79591eb85f268c5745e08b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 5 Jul 2021 23:50:17 +0800 Subject: [PATCH] doc/rados/troubleshooting/log-and-debug: use ini to highlight code block Signed-off-by: Kefu Chai --- doc/rados/troubleshooting/log-and-debug.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/rados/troubleshooting/log-and-debug.rst b/doc/rados/troubleshooting/log-and-debug.rst index c9c98b5242ed..c5328090c9e1 100644 --- a/doc/rados/troubleshooting/log-and-debug.rst +++ b/doc/rados/troubleshooting/log-and-debug.rst @@ -69,7 +69,9 @@ To activate Ceph's debugging output (*i.e.*, ``dout()``) at boot time, you must add settings to your Ceph configuration file. Subsystems common to each daemon may be set under ``[global]`` in your configuration file. Subsystems for particular daemons are set under the daemon section in your configuration file -(*e.g.*, ``[mon]``, ``[osd]``, ``[mds]``). For example:: +(*e.g.*, ``[mon]``, ``[osd]``, ``[mds]``). For example + +.. code-block:: ini [global] debug ms = 1/5 -- 2.47.3