<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
</head><body style="">
<div>
 
</div>
<div>
1) Does anyone currently know how i need to configure a bundle to output all runtime debug messages on stdout / or to a file?
</div>
<div>
 
</div>
<div>
I've added the following entry to my app.yml but it seems it have no effect. I'm not sure if this has changed after the
</div>
<div>
introduction of bundles in rock. Would be great someone could shortly clarify this.
</div>
<div>
 
</div>
<div>
log:
</div>
<div>
    levels:
</div>
<div>
        roby: DEBUG
</div>
<div>
        orocos: DEBUG
</div>
<div>
 
</div>
<div>
2) How is configuration management in bundles (app.yml, orogen-yamls) actually managed by Roby especially in case of using several bundles that are assigned
</div>
<div>
as  dependencies. Is each bundle using its own configuration independently from the dependency hierarchy? Or does there also exists some kind of
</div>
<div>
overwritting / inhereritance mechanism?
</div>
<div>
 
</div>
<div>
 
</div>
<div>
Chris
</div>
</body></html>