There is currently no way to reliably define loggers in the hierarchy, and that sucks. Big time.
I can see would be a few different ways:
- in config/init.rb
- in a lib/<app_name>.rb file
- "internally" by the Roby app
- would be the most consistent, but it is currently not loaded in dependencies (i.e. if rock_bla depends on rock, bundles/rock/config/init.rb is not loaded). 3. would be the easiest.