Method: MiGA::Daemon::Base#show_log?

Defined in:
lib/miga/daemon/base.rb

#show_log?Boolean

Display log instead of the progress summary?



122
123
124
# File 'lib/miga/daemon/base.rb', line 122

def show_log?
  @runopts[:show_log] ||= false
end