Skip to content

Commit 326cdd1

Browse files
Change default log configuration verbosity to error (#445)
Signed-off-by: Lucia Echevarria <[email protected]>
1 parent 4c5611a commit 326cdd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rst/user_manual/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Logging
397397
Under the ``logging`` tag, users can configure the type of logs to display and filter the logs based on their content and category.
398398
When configuring the verbosity to ``info``, all types of logs, including informational messages, warnings, and errors, will be displayed.
399399
Conversely, setting it to ``warning`` will only show warnings and errors, while choosing ``error`` will exclusively display errors.
400-
By default, the filter allows all errors to be displayed, while selectively permitting warning messages from ``DDSROUTER`` and informational messages from the ``DDSROUTER`` category.
400+
By default, the filter allows all errors to be displayed, while selectively permitting warning and informational messages from ``DDSROUTER`` category.
401401

402402
.. code-block:: yaml
403403
@@ -427,7 +427,7 @@ By default, the filter allows all errors to be displayed, while selectively perm
427427
- Show messages of equal |br|
428428
or higher importance.
429429
- *enum*
430-
- ``warning``
430+
- ``error``
431431
- ``info`` / ``warning`` / ``error``
432432

433433
* - Filter

0 commit comments

Comments
 (0)