Selecting log level in ROS2 launch file
Nodes defined in launch file have the INFO log level as a default value I would like to know how to change it so that it also logs DEBUG level strings or other types of logging.
launch_ros.actions.Node(package='demo_nodes_cpp', node_executable='talker', output='screen', parameters=[config_file])
Thank you
Any updates?