Method: Roby::Application#public_logs?
- Defined in:
- lib/roby/app.rb
#public_logs? ⇒ Object
If set to true, this Roby application will make its logs public, i.e. will save the logs in logs/ and update the logs/current symbolic link accordingly. Otherwise, the logs are saved in a folder in logs/ that is deleted on teardown, and current is not updated
Only the run modes have public logs by default
2798 |
# File 'lib/roby/app.rb', line 2798 attr_predicate :public_logs?, true |