Re: [ros-users] console logging on cturtle

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Ken Conley
Date:  
To: morris, ros-users
Subject: Re: [ros-users] console logging on cturtle
The $ROS_ROOT/log is a vestigial string from pre-1.0 days. Thanks for
catching that.

There is overlap between what roslaunch does and what
roscpp/rosconsole/rospy do. This overlap is there based on nothing prevents
code from writing to stdout/stderr. roslaunch's logging mechanism is an
additional feature to allow you to capture that additional output.

- Ken

On Sun, Jun 13, 2010 at 7:08 PM, Bill Morris <>wrote:

> On Sun, 2010-06-13 at 18:59 -0700, Josh Faust wrote:
> > The output will always go to the node's log file, even if you're not
> > running it through roslaunch.
>
> That is unclear from the documentation, also now that I'm looking at it
> I am pretty sure the logs end up in ~/.ros/log not $ROS_ROOT/log
>
> http://www.ros.org/wiki/roslaunch/XML/node
>
> output="log|screen"(optional)
>
>      * If 'screen', stdout/stderr from the node will be sent to the
>        screen. If 'log', the output will be sent to a log file in
>        $ROS_ROOT/log. The default is 'log'.

>
>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>