You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: