Skip to content

Commit

Permalink
Fix spell check (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Lopez Fernandez <juanlopez@eprosima.com>
  • Loading branch information
juanlofer-eprosima authored Oct 15, 2024
1 parent 49202da commit ac5fbd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rst/recording/usage/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ By default, the filter allows all errors to be displayed, while selectively perm

For the logs to function properly, the ``-DLOG_INFO=ON`` compilation flag is required.

The |ddsrecorder| prints the logs by default (warnings and errors in the standard error and infos in the standard output).
The |ddsrecorder| prints the logs by default (warnings and errors in the standard error and info traces in the standard output).
The |ddsrecorder|, however, can also publish the logs in a DDS topic.
To publish the logs, under the tag ``publish``, set ``enable: true`` and set a ``domain`` and a ``topic-name``.
The type of the logs published is defined as follows:
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/replaying/usage/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ By default, the filter allows all errors to be displayed, while selectively perm

For the logs to function properly, the ``-DLOG_INFO=ON`` compilation flag is required.

The |ddsreplayer| prints the logs by default (warnings and errors in the standard error and infos in the standard output).
The |ddsreplayer| prints the logs by default (warnings and errors in the standard error and info traces in the standard output).
The |ddsreplayer|, however, can also publish the logs in a DDS topic.
To publish the logs, under the tag ``publish``, set ``enable: true`` and set a ``domain`` and a ``topic-name``.
The type of the logs published is defined as follows:
Expand Down

0 comments on commit ac5fbd8

Please sign in to comment.