Skip to content
New issue

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

Reduce logging #102

Open
Rezenders opened this issue Jan 22, 2023 · 1 comment
Open

Reduce logging #102

Rezenders opened this issue Jan 22, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@Rezenders
Copy link
Collaborator

Too much logging going on, it is impossible to read anything.
More info: ros2/launch#383

@Rezenders Rezenders added the enhancement New feature or request label Jan 22, 2023
@jrutgeer
Copy link

jrutgeer commented Mar 2, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants