33 34 35 36 37
# File 'lib/ldp.rb', line 33 def logger @logger ||= Logger.new(STDOUT).tap do |log| log.level = Logger::WARN end end