Method: FFWD.log_config

Defined in:
lib/ffwd/logging.rb

.log_configObject



64
65
66
67
68
69
70
71
72
73
74
# File 'lib/ffwd/logging.rb', line 64

def self.log_config
  return @log_config unless @log_config.nil?

  @log_config = {
    :file => nil,
    :shift_age => 1,
    :level => Logger::INFO,
    :stream => STDOUT,
    :progname => 'FFWD',
  }
end