def init_logging()

in clay/config.py [0:0]


    def init_logging(self):
        '''
        Configure the default root logger to output WARNING to stderr
        '''
        logging.basicConfig(
            format='%(asctime)s %(name)s %(levelname)s %(message)s',
            level=logging.WARNING)