ros2 log filter out rcl?
I'd like some way to filter out rcl debug logs. My output is full of this after starting a component container and I need to see what else is happening:
[component_container-3] [DEBUG] [1611762747.548037385] [rcl]: Timeout calculated based on next scheduled timer: true
[component_container-3] [DEBUG] [1611762747.553074317] [rcl]: Subscription in wait set is ready
[component_container-3] [DEBUG] [1611762747.553092612] [rcl]: Subscription taking message
[component_container-3] [DEBUG] [1611762747.553102522] [rcl]: Subscription take succeeded: true
[component_container-3] [DEBUG] [1611762747.553116454] [rcl]: Waiting with timeout: 0s + 37156435ns
Secondary, Is there a way I could enable debug per-component instead of on the whole container?