User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
cs:logging:start [2016/12/15 09:37]
James Irwin created
cs:logging:start [2016/12/15 09:40]
James Irwin
Line 9: Line 9:
   * FATAL   * FATAL
  
 +Here are some [[http://​wiki.ros.org/​Verbosity%20Levels| general guidelines]] for when to use each level.
 ====== Setting the Log Level ====== ====== Setting the Log Level ======
 By default, only severity >= INFO is logged and displayed. There are several ways of changing the log level of a particular node, or all nodes. By default, only severity >= INFO is logged and displayed. There are several ways of changing the log level of a particular node, or all nodes.
  
 ===== For a Single Node ===== ===== For a Single Node =====
-Use the rosconsole command from the command line. Note this can only be applied to currently running node, so it isn't very useful if you have debug messages in the startup of your node that you want to see.+Use the rosconsole command from the command line. Note this can only be applied to currently running node, so it isn't very useful if you have debug messages in the startup of your node that you want to see.
  
 ===== For all Nodes ===== ===== For all Nodes =====