Control ROS2 logging output with launch command
Hi,
I'm kicking off "ros2 launch nav2_bringup tb3_simulation_launch.py" using ROS2 Eloquent.
This successfully runs rviz2, gazebo, among a whole bunch of other nodes in the navigation2 package.
The logging output at stdout at the INFO level is overwhelming.
I tried the " --ros-args --log-level debug" but that doesn't seem to work with "ros2 launch...".
Question - is there a way either for the "ros2 launch..." command or post launch to omit/disable the logger outputs for specific nodes (ie disable all rviz2 logging, or log rviz2 only at the ERROR level while outputting INFO level for everything else)?
Thanks! Jack