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