Method: ServiceInfo::Svlogd#log_file_locations
- Defined in:
- lib/runit-man/service_info/svlogd.rb
#log_file_locations ⇒ Object
Current log file locations
14 15 16 17 18 19 |
# File 'lib/runit-man/service_info/svlogd.rb', line 14 def log_file_locations folder = log_folder return [] if folder.nil? [ File.join(folder, 'current') ] end |