Skip to content

Commit e63fa69

Browse files
doc/rados: improve formatting of log-and-debug.rst
Improve the arrangment of information in the section "Ceph Subsystems" in doc/rados/troubleshooting/log-and-debug.rst. Co-authored-by: Anthony D'Atri <[email protected]> Signed-off-by: Zac Dover <[email protected]>
1 parent 6b1f123 commit e63fa69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/rados/troubleshooting/log-and-debug.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,12 @@ For each subsystem, there is a logging level for its output logs (a so-called
175175
"log level") and a logging level for its in-memory logs (a so-called "memory
176176
level"). Different values may be set for these two logging levels in each
177177
subsystem. Ceph's logging levels operate on a scale of ``1`` to ``20``, where
178-
``1`` is terse and ``20`` is verbose [#f1]_. As a general rule, the in-memory
179-
logs are not sent to the output log unless one or more of the following
180-
conditions obtain:
178+
``1`` is terse and ``20`` is verbose. In certain rare cases, there are logging
179+
levels that can take a value greater than 20. The resulting logs are extremely
180+
verbose.
181+
182+
The in-memory logs are not sent to the output log unless one or more of the
183+
following conditions are true:
181184

182185
- a fatal signal has been raised or
183186
- an assertion within Ceph code has been triggered or
@@ -186,9 +189,6 @@ conditions obtain:
186189
that provides an example of how to submit admin socket commands
187190
<http://docs.ceph.com/en/latest/man/8/ceph/#daemon>`_ for more detail.
188191

189-
.. warning ::
190-
.. [#f1] In certain rare cases, there are logging levels that can take a value greater than 20. The resulting logs are extremely verbose.
191-
192192
Log levels and memory levels can be set either together or separately. If a
193193
subsystem is assigned a single value, then that value determines both the log
194194
level and the memory level. For example, ``debug ms = 5`` will give the ``ms``

0 commit comments

Comments
 (0)