# File lib/thin/logging.rb, line 38 def silent=(shh) if shh @logger = nil else @logger ||= Logger.new(STDOUT) end end