Robotics StackExchange | Archived questions

saving all ros log in file

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 rqtloggerlevel 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

Asked by dinesh on 2022-01-01 02:13:54 UTC

Comments

Answers

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

Asked by duck-development on 2022-01-01 06:05:28 UTC

Comments

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.

Asked by xander-m2k on 2022-01-03 05:59:19 UTC

Comments