module MiGA::Daemon::Base

def show_log?

Display log instead of the progress summary?
#
def show_log?
  @runopts[:show_log] ||= false
end