def configure_logging()

in clay/config.py [0:0]


    def configure_logging(self, log_config):
        '''
        Remove all existing logging configuration and use the given
        configuration instead. The format of the log_config dict is specified at
        http://docs.python.org/2/library/logging.config.html#logging-config-dictschema
        '''
        logging.config.dictConfig(log_config)