class Puma::LogWriter

def debug(str)

def debug(str)
  log("% #{str}") if @debug
end