We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too much logging going on, it is impossible to read anything. More info: ros2/launch#383
The text was updated successfully, but these errors were encountered:
@Rezenders do you know the following is possible?
ros2 run package node --ros-args --log-level DEBUG --log-level rcl:=INFO
This sets loglevel to DEBUG for all except for rcl.
You can add also others, e.g.:
ros2 run package node --ros-args --log-level DEBUG --log-level rcl:=INFO --log-level rclcpp:=INFO
Or, you can set the loglevel for one (or more) loggers specifically, e.g.:
ros2 run package node --ros-args --log-level FATAL --log-level my_logger_name:=DEBUG
If this solves you problem, please close this issue.
Sorry, something went wrong.
No branches or pull requests
Too much logging going on, it is impossible to read anything.
More info: ros2/launch#383
The text was updated successfully, but these errors were encountered: