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

saving all ros log in file

asked 2022-01-01 01:13:54 -0500

dinesh gravatar image

How to save all the ros log messages like error, debug and warn messages along info messages in ros log file? As i checked the log file it is oinly saving the info messages and if i change the info to debu or error in rqt_logger_level window than only given selected debug or error msg in saved in log file. How to make it save all types of messages for easier debugging? image description

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2022-01-03 04:59:19 -0500

xander-m2k gravatar image

See ROS logging explanation here. All logs will be saved to ~/. ros/log as standard. What and what not is included with the logs (like WARNING, FATAL etc.) can be changed by setting the verbosity level, also documented in the link.

edit flag offensive delete link more
0

answered 2022-01-01 05:05:28 -0500

duck-development gravatar image

If you selct the Debugger Level then you gell also all other Level messages also. It is a Level not type selection

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2022-01-01 01:13:54 -0500

Seen: 486 times

Last updated: Jan 03 '22