# File lib/thin/logging.rb, line 115 def debug=(val) self.level = (val ? Logger::DEBUG : Logger::INFO) end