ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can add an arguments section to your Node, where you can specify a log level. It'll be look like:

Node(
    # (...)
    arguments=['--ros-args', '--log-level', 'DEBUG']
)