Method: MiGA::Daemon::Base#verbosity

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

#verbosityObject

Returns the level of verbosity for the daemon as an Integer, or 1 if unset. Verbosity levels are: 0: No output 1: General daemon and job information 2: Same, and indicate when each task is performed (even if nothing happens) 3: Same, and indicate when each loop begins and ends



94
95
96
# File 'lib/miga/daemon/base.rb', line 94

def verbosity
  runopts(:verbosity) || 1
end