class Ougai::Formatters::Bunyan

def initialize(*args)

def initialize(*args)
  super(*args)
  @jsonize = true
  @with_newline = true
end