Module: ConfigMan::Modules::Logging

Defined in:
lib/configman/modules/logging.rb

Class Method Summary collapse

Class Method Details

.populate_defaultsObject



6
7
8
9
10
11
12
# File 'lib/configman/modules/logging.rb', line 6

def self.populate_defaults
  {
    'log_level' => 'info',
    'log_file' => 'application.log',
    'log_rotation' => 'daily'
  }
end