Ejemplo n.º 1
0
 def _init_logger(self, logging_file_name="logging.conf"):
     log_file_whole_name = os.path.join(self._working_path, "conf", logging_file_name)
     print "log_configure_file = " + log_file_whole_name
     Logger.load_configure(log_file_whole_name)