in lib/grocery_delivery/logging.rb [66:70]
def self.warn(msg) msg.to_s.prepend('WARN: ') logit(Syslog::LOG_WARNING, msg) end