Method: Roby::Application#log_create_current=
- Defined in:
- lib/roby/app.rb
#log_create_current=(flag) ⇒ Object
If set to true, this Roby application will create a ‘current’ entry in #log_base_dir that points to the latest log directory. Otherwise, it will not. It is false when ‘roby run’ is started with an explicit log directory (the –log-dir option)
This symlink will never be created if #public_logs? is false, regardless of this setting.
2819 |
# File 'lib/roby/app.rb', line 2819 attr_predicate :log_create_current?, true |