Skip to content

Commit 4260a7f

Browse files
fujitatomoyamergify[bot]
authored andcommitted
add rcl_logging_implementation to Lyrical Luth Release Note. (#6301)
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com> (cherry picked from commit be45760)
1 parent 75b5f38 commit 4260a7f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/Releases/Release-Lyrical-Luth.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,15 @@ See https://github.com/ros-perception/image_common/pull/352 for more details.
6868

6969
See https://github.com/ros-perception/point_cloud_transport/pull/109 for more details.
7070

71+
``rcl_logging_implementation``
72+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
73+
74+
A new ``rcl_logging_implementation`` package has been introduced to allow users to select the logging backend implementation at runtime without rebuilding ``rcl``.
75+
Users can set the ``RCL_LOGGING_IMPLEMENTATION`` environment variable to switch between available logging backends (e.g., ``rcl_logging_spdlog``, ``rcl_logging_noop``, or custom implementations).
76+
If not specified, ``rcl_logging_spdlog`` is used by default.
77+
78+
See https://github.com/ros2/rcl/issues/1178, https://github.com/ros2/rcl/pull/1276, and https://github.com/ros2/rcl_logging/pull/135 for more details.
79+
7180
``rosidl_python``
7281
^^^^^^^^^^^^^^^^^
7382

0 commit comments

Comments
 (0)