class Ougai::Formatters::Readable

def initialize(opts = {})

def initialize(opts = {})
  super(opts[:app_name], opts[:hostname])
  @trace_indent = opts[:trace_indent] || 4
  @plain = opts[:plain] || false
  @excluded_fields = opts[:excluded_fields] || []
  load_awesome_print
end