class Schked::Config

def logger

def logger
  @logger ||= Logger.new($stdout).tap { |l| l.level = Logger::INFO }
end