Module: Legion::Logging::Settings

Defined in:
lib/legion/logging/settings.rb

Class Method Summary collapse

Class Method Details

.defaultObject



6
7
8
9
10
11
12
13
14
# File 'lib/legion/logging/settings.rb', line 6

def self.default
  {
    level:           :info,
    trace:           true,
    trace_size:      4,
    extended:        true,
    backtrace_limit: nil
  }
end